Html Css Color HEX #AF8370 Brandy Rose

📋 copy color: '#AF8370'

red 175 ◦ green 131 ◦ blue 112

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

Shades of Brandy Rose #AF8370

Tints of Brandy Rose #AF8370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.79%

R = 41.87%
G = 31.34%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF8370 (or 0xAF8370) is known color: Brandy Rose. HEX triplet: AF, 83 and 70. RGB value is (175,131,112). Sum of RGB (Red+Green+Blue) = 175+131+112=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8370 is #507C8F. Grayscale: #8E8E8E. Windows color (decimal): -5274768 or 7373743. OLE color: 7373743.

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

Color convert

RGB 175 131 112 -
CMYK 0 0.25 0.36 0.31
HSL 18.1º 0.28% 0.56% -
HSV(B) 18.1º 0.36% 0.69% -
XYZ 28.72 26.52 18.93 -
YUV 141.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 175 131 112 0 0.25 0.36 0.31 18.1 0.28 0.56
Hex AF 83 70 0 19 24 1F 12 1C 38
Octal 257 203 160 0 31 44 37 22 34 70
Binary 10101111 10000011 1110000 0 11001 100100 11111 10010 11100 111000

Color Harmonies of #AF8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8370

Black with #AF8370

Text Example


Text Example

White with #AF8370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8370; }

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

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

background-color css

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

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

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

border-color css

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

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

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