#AF8378

Color #AF8378 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #AF8378

Tints of Brandy Rose #AF8378

Color information

#AF8378 (or 0xAF8378) is unknown color: approx Brandy Rose. HEX triplet: AF, 83 and 78. RGB value is (175,131,120). Sum of RGB (Red+Green+Blue) = 175+131+120=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8378 is #507C87. Grayscale: #8E8E8E. Windows color (decimal): -5274760 or 7898031. OLE color: 7898031.

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

Color convert

RGB175131120-
CMYK00.250.310.31
HSL12º25.58%57.84%-
HSV(B)12º31.43%68.63%-
XYZ29.1926.721.39-
YUV142.9115.08150.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 120 (47.27% from 255) = 28.17%
R=41.08%
G=30.75%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513112000.250.310.311225.5857.84
HexAF83780191F1Fc1a3a
Octal2572031700313737143272
Binary101011111000001111110000110011111111111110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8378; }

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

 H1.HeaderClassName
 {
   color: #AF8378;
 }
 .AnyTagClassName
 {
   color: #AF8378;
 }
</style>
background-color css

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

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

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

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

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

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