Html Css Color HEX #AF8978 Brandy Rose

📋 copy color: '#AF8978'

red 175 ◦ green 137 ◦ blue 120

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

Shades of Brandy Rose #AF8978

Tints of Brandy Rose #AF8978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.71%

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

R = 40.51%
G = 31.71%
B = 27.78%

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

#AF8978 (or 0xAF8978) is known color: Brandy Rose. HEX triplet: AF, 89 and 78. RGB value is (175,137,120). Sum of RGB (Red+Green+Blue) = 175+137+120=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8978 is #507687. Grayscale: #929292. Windows color (decimal): -5273224 or 7899567. OLE color: 7899567.

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

Color convert

RGB 175 137 120 -
CMYK 0 0.22 0.31 0.31
HSL 18.55º 0.26% 0.58% -
HSV(B) 18.55º 0.31% 0.69% -
XYZ 30.02 28.36 21.66 -
YUV 146.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 175 137 120 0 0.22 0.31 0.31 18.55 0.26 0.58
Hex AF 89 78 0 16 1F 1F 13 1A 3A
Octal 257 211 170 0 26 37 37 23 32 72
Binary 10101111 10001001 1111000 0 10110 11111 11111 10011 11010 111010

Color Harmonies of #AF8978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8978

Black with #AF8978

Text Example


Text Example

White with #AF8978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8978; }

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

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

background-color css

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

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

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

border-color css

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

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

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