Html Css Color HEX #AF8330 Mandalay

📋 copy color: '#AF8330'

red 175 ◦ green 131 ◦ blue 48

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

Shades of Mandalay #AF8330

Tints of Mandalay #AF8330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.01%

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

R = 49.44%
G = 37.01%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF8330 (or 0xAF8330) is known color: Mandalay. HEX triplet: AF, 83 and 30. RGB value is (175,131,48). Sum of RGB (Red+Green+Blue) = 175+131+48=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8330 is #507CCF. Grayscale: #878787. Windows color (decimal): -5274832 or 3179439. OLE color: 3179439.

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

Color convert

RGB 175 131 48 -
CMYK 0 0.25 0.73 0.31
HSL 39.21º 0.57% 0.44% -
HSV(B) 39.21º 0.73% 0.69% -
XYZ 26.33 25.56 6.34 -
YUV 134.69 79.08 156.75 -
System Red Green Blue C M Y K H S L
Decimal 175 131 48 0 0.25 0.73 0.31 39.21 0.57 0.44
Hex AF 83 30 0 19 49 1F 27 39 2C
Octal 257 203 60 0 31 111 37 47 71 54
Binary 10101111 10000011 110000 0 11001 1001001 11111 100111 111001 101100

Color Harmonies of #AF8330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8330

Black with #AF8330

Text Example


Text Example

White with #AF8330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8330; }

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

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

background-color css

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

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

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

border-color css

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

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

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