Html Css Color HEX #AF8230 Mandalay

📋 copy color: '#AF8230'

red 175 ◦ green 130 ◦ blue 48

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

Shades of Mandalay #AF8230

Tints of Mandalay #AF8230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.83%

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

R = 49.58%
G = 36.83%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF8230 (or 0xAF8230) is known color: Mandalay. HEX triplet: AF, 82 and 30. RGB value is (175,130,48). Sum of RGB (Red+Green+Blue) = 175+130+48=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8230 is #507DCF. Grayscale: #868686. Windows color (decimal): -5275088 or 3179183. OLE color: 3179183.

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

Color convert

RGB 175 130 48 -
CMYK 0 0.26 0.73 0.31
HSL 38.74º 0.57% 0.44% -
HSV(B) 38.74º 0.73% 0.69% -
XYZ 26.2 25.29 6.3 -
YUV 134.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 175 130 48 0 0.26 0.73 0.31 38.74 0.57 0.44
Hex AF 82 30 0 1A 49 1F 27 39 2C
Octal 257 202 60 0 32 111 37 47 71 54
Binary 10101111 10000010 110000 0 11010 1001001 11111 100111 111001 101100

Color Harmonies of #AF8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8230

Black with #AF8230

Text Example


Text Example

White with #AF8230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8230; }

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

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

background-color css

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

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

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

border-color css

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

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

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