Html Css Color HEX #AF857A Brandy Rose

📋 copy color: '#AF857A'

red 175 ◦ green 133 ◦ blue 122

#AF857A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #AF857A

Tints of Brandy Rose #AF857A

RGB

 RED value IS 175 (68.75% from 255) = 40.7%

 GREEN value IS 133 (52.34% from 255) = 30.93%

 BLUE value IS 122 (48.05% from 255) = 28.37%

R = 40.7%
G = 30.93%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF857A (or 0xAF857A) is known color: Brandy Rose. HEX triplet: AF, 85 and 7A. RGB value is (175,133,122). Sum of RGB (Red+Green+Blue) = 175+133+122=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF857A is #507A85. Grayscale: #909090. Windows color (decimal): -5274246 or 8029615. OLE color: 8029615.

HSL color Cylindrical-coordinate representation of color #AF857A: hue angle of 12.45º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF857A is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 122 -
CMYK 0 0.24 0.30 0.31
HSL 12.45º 0.25% 0.58% -
HSV(B) 12.45º 0.3% 0.69% -
XYZ 29.58 27.29 22.12 -
YUV 144.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 175 133 122 0 0.24 0.30 0.31 12.45 0.25 0.58
Hex AF 85 7A 0 18 1E 1F C 19 3A
Octal 257 205 172 0 30 36 37 14 31 72
Binary 10101111 10000101 1111010 0 11000 11110 11111 1100 11001 111010

Color Harmonies of #AF857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF857A

Black with #AF857A

Text Example


Text Example

White with #AF857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF857A; }

 p { color: rgb(175,133,122); }

 H1.HeaderClassName
 {
   color: #AF857A;
 }
 .AnyTagClassName
 {
   color: #AF857A;
 }
</style>

background-color css

<style>
 a { background-color: #AF857A; }

 a { background-color: rgb(175,133,122); }

 div.DivClassName
 {
   background-color: #AF857A;
 }
 .BgClassName
 {
   background-color: #AF857A;
 }
</style>

border-color css

<style>
 span { border-color: #AF857A; }

 span { border-color: rgb(175,133,122); }

 td.TdClassName
 {
   border-color: #AF857A;
 }
 .TagClassName
 {
   border-color: #AF857A;
 }
</style>