Html Css Color HEX #AF8075 Brandy Rose

📋 copy color: '#AF8075'

red 175 ◦ green 128 ◦ blue 117

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

Shades of Brandy Rose #AF8075

Tints of Brandy Rose #AF8075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 41.67%
G = 30.48%
B = 27.86%

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

#AF8075 (or 0xAF8075) is known color: Brandy Rose. HEX triplet: AF, 80 and 75. RGB value is (175,128,117). Sum of RGB (Red+Green+Blue) = 175+128+117=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8075 is #507F8A. Grayscale: #8C8C8C. Windows color (decimal): -5275531 or 7700655. OLE color: 7700655.

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

Color convert

RGB 175 128 117 -
CMYK 0 0.27 0.33 0.31
HSL 11.38º 0.27% 0.57% -
HSV(B) 11.38º 0.33% 0.69% -
XYZ 28.61 25.84 20.31 -
YUV 140.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 175 128 117 0 0.27 0.33 0.31 11.38 0.27 0.57
Hex AF 80 75 0 1B 21 1F B 1B 39
Octal 257 200 165 0 33 41 37 13 33 71
Binary 10101111 10000000 1110101 0 11011 100001 11111 1011 11011 111001

Color Harmonies of #AF8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8075

Black with #AF8075

Text Example


Text Example

White with #AF8075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8075; }

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

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

background-color css

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

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

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

border-color css

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

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

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