Html Css Color HEX #AF8471 Brandy Rose

📋 copy color: '#AF8471'

red 175 ◦ green 132 ◦ blue 113

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

Shades of Brandy Rose #AF8471

Tints of Brandy Rose #AF8471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.43%

 BLUE value IS 113 (44.53% from 255) = 26.9%

R = 41.67%
G = 31.43%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF8471 (or 0xAF8471) is known color: Brandy Rose. HEX triplet: AF, 84 and 71. RGB value is (175,132,113). Sum of RGB (Red+Green+Blue) = 175+132+113=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8471 is #507B8E. Grayscale: #8E8E8E. Windows color (decimal): -5274511 or 7439535. OLE color: 7439535.

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

Color convert

RGB 175 132 113 -
CMYK 0 0.25 0.35 0.31
HSL 18.39º 0.28% 0.56% -
HSV(B) 18.39º 0.35% 0.69% -
XYZ 28.91 26.81 19.27 -
YUV 142.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 175 132 113 0 0.25 0.35 0.31 18.39 0.28 0.56
Hex AF 84 71 0 19 23 1F 12 1C 38
Octal 257 204 161 0 31 43 37 22 34 70
Binary 10101111 10000100 1110001 0 11001 100011 11111 10010 11100 111000

Color Harmonies of #AF8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8471

Black with #AF8471

Text Example


Text Example

White with #AF8471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8471; }

 p { color: rgb(175,132,113); }

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

background-color css

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

 a { background-color: rgb(175,132,113); }

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

border-color css

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

 span { border-color: rgb(175,132,113); }

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