Html Css Color HEX #AF8233 Mandalay

📋 copy color: '#AF8233'

red 175 ◦ green 130 ◦ blue 51

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

Shades of Mandalay #AF8233

Tints of Mandalay #AF8233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.33%

R = 49.16%
G = 36.52%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF8233 (or 0xAF8233) is known color: Mandalay. HEX triplet: AF, 82 and 33. RGB value is (175,130,51). Sum of RGB (Red+Green+Blue) = 175+130+51=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8233 is #507DCC. Grayscale: #868686. Windows color (decimal): -5275085 or 3375791. OLE color: 3375791.

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

Color convert

RGB 175 130 51 -
CMYK 0 0.26 0.71 0.31
HSL 38.23º 0.55% 0.44% -
HSV(B) 38.23º 0.71% 0.69% -
XYZ 26.26 25.32 6.63 -
YUV 134.45 80.91 156.92 -
System Red Green Blue C M Y K H S L
Decimal 175 130 51 0 0.26 0.71 0.31 38.23 0.55 0.44
Hex AF 82 33 0 1A 47 1F 26 37 2C
Octal 257 202 63 0 32 107 37 46 67 54
Binary 10101111 10000010 110011 0 11010 1000111 11111 100110 110111 101100

Color Harmonies of #AF8233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8233

Black with #AF8233

Text Example


Text Example

White with #AF8233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8233; }

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

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

background-color css

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

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

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

border-color css

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

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

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