Html Css Color HEX #AF8073 Brandy Rose

📋 copy color: '#AF8073'

red 175 ◦ green 128 ◦ blue 115

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

Shades of Brandy Rose #AF8073

Tints of Brandy Rose #AF8073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 41.87%
G = 30.62%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF8073 (or 0xAF8073) is known color: Brandy Rose. HEX triplet: AF, 80 and 73. RGB value is (175,128,115). Sum of RGB (Red+Green+Blue) = 175+128+115=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8073 is #507F8C. Grayscale: #8C8C8C. Windows color (decimal): -5275533 or 7569583. OLE color: 7569583.

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

Color convert

RGB 175 128 115 -
CMYK 0 0.27 0.34 0.31
HSL 13º 0.27% 0.57% -
HSV(B) 13º 0.34% 0.69% -
XYZ 28.49 25.79 19.7 -
YUV 140.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 175 128 115 0 0.27 0.34 0.31 13 0.27 0.57
Hex AF 80 73 0 1B 22 1F D 1B 39
Octal 257 200 163 0 33 42 37 15 33 71
Binary 10101111 10000000 1110011 0 11011 100010 11111 1101 11011 111001

Color Harmonies of #AF8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8073

Black with #AF8073

Text Example


Text Example

White with #AF8073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8073; }

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

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

background-color css

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

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

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

border-color css

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

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

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