Html Css Color HEX #AF8470 Brandy Rose

📋 copy color: '#AF8470'

red 175 ◦ green 132 ◦ blue 112

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

Shades of Brandy Rose #AF8470

Tints of Brandy Rose #AF8470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.5%

 BLUE value IS 112 (44.14% from 255) = 26.73%

R = 41.77%
G = 31.5%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF8470 (or 0xAF8470) is known color: Brandy Rose. HEX triplet: AF, 84 and 70. RGB value is (175,132,112). Sum of RGB (Red+Green+Blue) = 175+132+112=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8470 is #507B8F. Grayscale: #8E8E8E. Windows color (decimal): -5274512 or 7373999. OLE color: 7373999.

HSL color Cylindrical-coordinate representation of color #AF8470: hue angle of 19.05º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF8470 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 112 -
CMYK 0 0.25 0.36 0.31
HSL 19.05º 0.28% 0.56% -
HSV(B) 19.05º 0.36% 0.69% -
XYZ 28.86 26.79 18.98 -
YUV 142.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 175 132 112 0 0.25 0.36 0.31 19.05 0.28 0.56
Hex AF 84 70 0 19 24 1F 13 1C 38
Octal 257 204 160 0 31 44 37 23 34 70
Binary 10101111 10000100 1110000 0 11001 100100 11111 10011 11100 111000

Color Harmonies of #AF8470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8470

Black with #AF8470

Text Example


Text Example

White with #AF8470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8470; }

 p { color: rgb(175,132,112); }

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

background-color css

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

 a { background-color: rgb(175,132,112); }

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

border-color css

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

 span { border-color: rgb(175,132,112); }

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