Html Css Color HEX #AF8377 Brandy Rose

📋 copy color: '#AF8377'

red 175 ◦ green 131 ◦ blue 119

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

Shades of Brandy Rose #AF8377

Tints of Brandy Rose #AF8377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.82%

 BLUE value IS 119 (46.88% from 255) = 28%

R = 41.18%
G = 30.82%
B = 28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF8377 (or 0xAF8377) is known color: Brandy Rose. HEX triplet: AF, 83 and 77. RGB value is (175,131,119). Sum of RGB (Red+Green+Blue) = 175+131+119=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8377 is #507C88. Grayscale: #8E8E8E. Windows color (decimal): -5274761 or 7832495. OLE color: 7832495.

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

Color convert

RGB 175 131 119 -
CMYK 0 0.25 0.32 0.31
HSL 12.86º 0.26% 0.58% -
HSV(B) 12.86º 0.32% 0.69% -
XYZ 29.13 26.68 21.07 -
YUV 142.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 175 131 119 0 0.25 0.32 0.31 12.86 0.26 0.58
Hex AF 83 77 0 19 20 1F D 1A 3A
Octal 257 203 167 0 31 40 37 15 32 72
Binary 10101111 10000011 1110111 0 11001 100000 11111 1101 11010 111010

Color Harmonies of #AF8377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8377

Black with #AF8377

Text Example


Text Example

White with #AF8377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8377; }

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

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

background-color css

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

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

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

border-color css

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

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

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