Html Css Color HEX #AF8878 Brandy Rose

📋 copy color: '#AF8878'

red 175 ◦ green 136 ◦ blue 120

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

Shades of Brandy Rose #AF8878

Tints of Brandy Rose #AF8878

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.55%

 BLUE value IS 120 (47.27% from 255) = 27.84%

R = 40.6%
G = 31.55%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF8878 (or 0xAF8878) is known color: Brandy Rose. HEX triplet: AF, 88 and 78. RGB value is (175,136,120). Sum of RGB (Red+Green+Blue) = 175+136+120=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8878 is #507787. Grayscale: #919191. Windows color (decimal): -5273480 or 7899311. OLE color: 7899311.

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

Color convert

RGB 175 136 120 -
CMYK 0 0.22 0.31 0.31
HSL 17.45º 0.26% 0.58% -
HSV(B) 17.45º 0.31% 0.69% -
XYZ 29.87 28.08 21.61 -
YUV 145.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 175 136 120 0 0.22 0.31 0.31 17.45 0.26 0.58
Hex AF 88 78 0 16 1F 1F 11 1A 3A
Octal 257 210 170 0 26 37 37 21 32 72
Binary 10101111 10001000 1111000 0 10110 11111 11111 10001 11010 111010

Color Harmonies of #AF8878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8878

Black with #AF8878

Text Example


Text Example

White with #AF8878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8878; }

 p { color: rgb(175,136,120); }

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

background-color css

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

 a { background-color: rgb(175,136,120); }

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

border-color css

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

 span { border-color: rgb(175,136,120); }

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