Html Css Color HEX #AF8879 Brandy Rose

📋 copy color: '#AF8879'

red 175 ◦ green 136 ◦ blue 121

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

Shades of Brandy Rose #AF8879

Tints of Brandy Rose #AF8879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.01%

R = 40.51%
G = 31.48%
B = 28.01%

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

#AF8879 (or 0xAF8879) is known color: Brandy Rose. HEX triplet: AF, 88 and 79. RGB value is (175,136,121). Sum of RGB (Red+Green+Blue) = 175+136+121=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8879 is #507786. Grayscale: #929292. Windows color (decimal): -5273479 or 7964847. OLE color: 7964847.

HSL color Cylindrical-coordinate representation of color #AF8879: hue angle of 16.67º degrees, saturation: 0.25, 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 #AF8879 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 136 121 -
CMYK 0 0.22 0.31 0.31
HSL 16.67º 0.25% 0.58% -
HSV(B) 16.67º 0.31% 0.69% -
XYZ 29.93 28.1 21.94 -
YUV 145.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 175 136 121 0 0.22 0.31 0.31 16.67 0.25 0.58
Hex AF 88 79 0 16 1F 1F 11 19 3A
Octal 257 210 171 0 26 37 37 21 31 72
Binary 10101111 10001000 1111001 0 10110 11111 11111 10001 11001 111010

Color Harmonies of #AF8879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8879

Black with #AF8879

Text Example


Text Example

White with #AF8879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8879; }

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

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

background-color css

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

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

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

border-color css

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

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

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