Html Css Color HEX #AF8170 Brandy Rose

📋 copy color: '#AF8170'

red 175 ◦ green 129 ◦ blue 112

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

Shades of Brandy Rose #AF8170

Tints of Brandy Rose #AF8170

RGB

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

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

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

R = 42.07%
G = 31.01%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF8170 (or 0xAF8170) is known color: Brandy Rose. HEX triplet: AF, 81 and 70. RGB value is (175,129,112). Sum of RGB (Red+Green+Blue) = 175+129+112=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8170 is #507E8F. Grayscale: #8C8C8C. Windows color (decimal): -5275280 or 7373231. OLE color: 7373231.

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

Color convert

RGB 175 129 112 -
CMYK 0 0.26 0.36 0.31
HSL 16.19º 0.28% 0.56% -
HSV(B) 16.19º 0.36% 0.69% -
XYZ 28.45 25.98 18.85 -
YUV 140.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 175 129 112 0 0.26 0.36 0.31 16.19 0.28 0.56
Hex AF 81 70 0 1A 24 1F 10 1C 38
Octal 257 201 160 0 32 44 37 20 34 70
Binary 10101111 10000001 1110000 0 11010 100100 11111 10000 11100 111000

Color Harmonies of #AF8170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8170

Black with #AF8170

Text Example


Text Example

White with #AF8170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8170; }

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

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

background-color css

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

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

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

border-color css

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

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

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