Html Css Color HEX #AF8280 Brandy Rose

📋 copy color: '#AF8280'

red 175 ◦ green 130 ◦ blue 128

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

Shades of Brandy Rose #AF8280

Tints of Brandy Rose #AF8280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.02%

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

R = 40.42%
G = 30.02%
B = 29.56%

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

#AF8280 (or 0xAF8280) is known color: Brandy Rose. HEX triplet: AF, 82 and 80. RGB value is (175,130,128). Sum of RGB (Red+Green+Blue) = 175+130+128=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8280 is #507D7F. Grayscale: #8F8F8F. Windows color (decimal): -5275008 or 8422063. OLE color: 8422063.

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

Color convert

RGB 175 130 128 -
CMYK 0 0.26 0.27 0.31
HSL 2.55º 0.23% 0.59% -
HSV(B) 2.55º 0.27% 0.69% -
XYZ 29.56 26.64 24.01 -
YUV 143.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 175 130 128 0 0.26 0.27 0.31 2.55 0.23 0.59
Hex AF 82 80 0 1A 1B 1F 3 17 3B
Octal 257 202 200 0 32 33 37 3 27 73
Binary 10101111 10000010 10000000 0 11010 11011 11111 11 10111 111011

Color Harmonies of #AF8280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8280

Black with #AF8280

Text Example


Text Example

White with #AF8280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8280; }

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

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

background-color css

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

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

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

border-color css

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

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

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