Html Css Color HEX #AF8076 Brandy Rose

📋 copy color: '#AF8076'

red 175 ◦ green 128 ◦ blue 118

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

Shades of Brandy Rose #AF8076

Tints of Brandy Rose #AF8076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.4%

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 41.57%
G = 30.4%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF8076 (or 0xAF8076) is known color: Brandy Rose. HEX triplet: AF, 80 and 76. RGB value is (175,128,118). Sum of RGB (Red+Green+Blue) = 175+128+118=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8076 is #507F89. Grayscale: #8C8C8C. Windows color (decimal): -5275530 or 7766191. OLE color: 7766191.

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

Color convert

RGB 175 128 118 -
CMYK 0 0.27 0.33 0.31
HSL 10.53º 0.26% 0.57% -
HSV(B) 10.53º 0.33% 0.69% -
XYZ 28.67 25.86 20.62 -
YUV 140.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 175 128 118 0 0.27 0.33 0.31 10.53 0.26 0.57
Hex AF 80 76 0 1B 21 1F B 1A 39
Octal 257 200 166 0 33 41 37 13 32 71
Binary 10101111 10000000 1110110 0 11011 100001 11111 1011 11010 111001

Color Harmonies of #AF8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8076

Black with #AF8076

Text Example


Text Example

White with #AF8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8076; }

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

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

background-color css

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

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

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

border-color css

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

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

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