Html Css Color HEX #AF8378 Brandy Rose

📋 copy color: '#AF8378'

red 175 ◦ green 131 ◦ blue 120

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

Shades of Brandy Rose #AF8378

Tints of Brandy Rose #AF8378

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 value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF8378 (or 0xAF8378) is known color: 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

RGB 175 131 120 -
CMYK 0 0.25 0.31 0.31
HSL 12º 0.26% 0.58% -
HSV(B) 12º 0.31% 0.69% -
XYZ 29.19 26.7 21.39 -
YUV 142.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 175 131 120 0 0.25 0.31 0.31 12 0.26 0.58
Hex AF 83 78 0 19 1F 1F C 1A 3A
Octal 257 203 170 0 31 37 37 14 32 72
Binary 10101111 10000011 1111000 0 11001 11111 11111 1100 11010 111010

Color Harmonies of #AF8378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8378

Black with #AF8378

Text Example


Text Example

White with #AF8378

Text Example


Text Example

HTML Codes & Css Web 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>