Html Css Color HEX #AF8172 Brandy Rose

📋 copy color: '#AF8172'

red 175 ◦ green 129 ◦ blue 114

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

Shades of Brandy Rose #AF8172

Tints of Brandy Rose #AF8172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.27%

R = 41.87%
G = 30.86%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF8172 (or 0xAF8172) is known color: Brandy Rose. HEX triplet: AF, 81 and 72. RGB value is (175,129,114). Sum of RGB (Red+Green+Blue) = 175+129+114=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8172 is #507E8D. Grayscale: #8D8D8D. Windows color (decimal): -5275278 or 7504303. OLE color: 7504303.

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

Color convert

RGB 175 129 114 -
CMYK 0 0.26 0.35 0.31
HSL 14.75º 0.28% 0.57% -
HSV(B) 14.75º 0.35% 0.69% -
XYZ 28.57 26.03 19.44 -
YUV 141.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 175 129 114 0 0.26 0.35 0.31 14.75 0.28 0.57
Hex AF 81 72 0 1A 23 1F F 1C 39
Octal 257 201 162 0 32 43 37 17 34 71
Binary 10101111 10000001 1110010 0 11010 100011 11111 1111 11100 111001

Color Harmonies of #AF8172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8172

Black with #AF8172

Text Example


Text Example

White with #AF8172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8172; }

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

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

background-color css

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

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

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

border-color css

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

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

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