Html Css Color HEX #AF8276 Brandy Rose

📋 copy color: '#AF8276'

red 175 ◦ green 130 ◦ blue 118

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

Shades of Brandy Rose #AF8276

Tints of Brandy Rose #AF8276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.73%

 BLUE value IS 118 (46.48% from 255) = 27.9%

R = 41.37%
G = 30.73%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF8276 (or 0xAF8276) is known color: Brandy Rose. HEX triplet: AF, 82 and 76. RGB value is (175,130,118). Sum of RGB (Red+Green+Blue) = 175+130+118=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8276 is #507D89. Grayscale: #8E8E8E. Windows color (decimal): -5275018 or 7766703. OLE color: 7766703.

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

Color convert

RGB 175 130 118 -
CMYK 0 0.26 0.33 0.31
HSL 12.63º 0.26% 0.57% -
HSV(B) 12.63º 0.33% 0.69% -
XYZ 28.93 26.39 20.71 -
YUV 142.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 175 130 118 0 0.26 0.33 0.31 12.63 0.26 0.57
Hex AF 82 76 0 1A 21 1F D 1A 39
Octal 257 202 166 0 32 41 37 15 32 71
Binary 10101111 10000010 1110110 0 11010 100001 11111 1101 11010 111001

Color Harmonies of #AF8276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8276

Black with #AF8276

Text Example


Text Example

White with #AF8276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8276; }

 p { color: rgb(175,130,118); }

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

background-color css

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

 a { background-color: rgb(175,130,118); }

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

border-color css

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

 span { border-color: rgb(175,130,118); }

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