Html Css Color HEX #AF8176 Brandy Rose

📋 copy color: '#AF8176'

red 175 ◦ green 129 ◦ blue 118

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

Shades of Brandy Rose #AF8176

Tints of Brandy Rose #AF8176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.57%

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

R = 41.47%
G = 30.57%
B = 27.96%

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

#AF8176 (or 0xAF8176) is known color: Brandy Rose. HEX triplet: AF, 81 and 76. RGB value is (175,129,118). Sum of RGB (Red+Green+Blue) = 175+129+118=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8176 is #507E89. Grayscale: #8D8D8D. Windows color (decimal): -5275274 or 7766447. OLE color: 7766447.

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

Color convert

RGB 175 129 118 -
CMYK 0 0.26 0.33 0.31
HSL 11.58º 0.26% 0.57% -
HSV(B) 11.58º 0.33% 0.69% -
XYZ 28.8 26.12 20.66 -
YUV 141.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 175 129 118 0 0.26 0.33 0.31 11.58 0.26 0.57
Hex AF 81 76 0 1A 21 1F C 1A 39
Octal 257 201 166 0 32 41 37 14 32 71
Binary 10101111 10000001 1110110 0 11010 100001 11111 1100 11010 111001

Color Harmonies of #AF8176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8176

Black with #AF8176

Text Example


Text Example

White with #AF8176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8176; }

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

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

background-color css

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

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

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

border-color css

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

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

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