Html Css Color HEX #AF8180 Brandy Rose

📋 copy color: '#AF8180'

red 175 ◦ green 129 ◦ blue 128

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

Shades of Brandy Rose #AF8180

Tints of Brandy Rose #AF8180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.63%

R = 40.51%
G = 29.86%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF8180 (or 0xAF8180) is known color: Brandy Rose. HEX triplet: AF, 81 and 80. RGB value is (175,129,128). Sum of RGB (Red+Green+Blue) = 175+129+128=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8180 is #507E7F. Grayscale: #8E8E8E. Windows color (decimal): -5275264 or 8421807. OLE color: 8421807.

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

Color convert

RGB 175 129 128 -
CMYK 0 0.26 0.27 0.31
HSL 1.28º 0.23% 0.59% -
HSV(B) 1.28º 0.27% 0.69% -
XYZ 29.43 26.37 23.96 -
YUV 142.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 175 129 128 0 0.26 0.27 0.31 1.28 0.23 0.59
Hex AF 81 80 0 1A 1B 1F 1 17 3B
Octal 257 201 200 0 32 33 37 1 27 73
Binary 10101111 10000001 10000000 0 11010 11011 11111 1 10111 111011

Color Harmonies of #AF8180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8180

Black with #AF8180

Text Example


Text Example

White with #AF8180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8180; }

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

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

background-color css

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

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

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

border-color css

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

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

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