Html Css Color HEX #AF8030 Mandalay

📋 copy color: '#AF8030'

red 175 ◦ green 128 ◦ blue 48

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

Shades of Mandalay #AF8030

Tints of Mandalay #AF8030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.68%

R = 49.86%
G = 36.47%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF8030 (or 0xAF8030) is known color: Mandalay. HEX triplet: AF, 80 and 30. RGB value is (175,128,48). Sum of RGB (Red+Green+Blue) = 175+128+48=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8030 is #507FCF. Grayscale: #858585. Windows color (decimal): -5275600 or 3178671. OLE color: 3178671.

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

Color convert

RGB 175 128 48 -
CMYK 0 0.27 0.73 0.31
HSL 37.8º 0.57% 0.44% -
HSV(B) 37.8º 0.73% 0.69% -
XYZ 25.93 24.77 6.21 -
YUV 132.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 175 128 48 0 0.27 0.73 0.31 37.8 0.57 0.44
Hex AF 80 30 0 1B 49 1F 26 39 2C
Octal 257 200 60 0 33 111 37 46 71 54
Binary 10101111 10000000 110000 0 11011 1001001 11111 100110 111001 101100

Color Harmonies of #AF8030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8030

Black with #AF8030

Text Example


Text Example

White with #AF8030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8030; }

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

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

background-color css

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

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

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

border-color css

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

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

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