Html Css Color HEX #AF822F Mandalay

📋 copy color: '#AF822F'

red 175 ◦ green 130 ◦ blue 47

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

Shades of Mandalay #AF822F

Tints of Mandalay #AF822F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.35%

R = 49.72%
G = 36.93%
B = 13.35%

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

#AF822F (or 0xAF822F) is known color: Mandalay. HEX triplet: AF, 82 and 2F. RGB value is (175,130,47). Sum of RGB (Red+Green+Blue) = 175+130+47=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF822F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF822F is #507DD0. Grayscale: #868686. Windows color (decimal): -5275089 or 3113647. OLE color: 3113647.

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

Color convert

RGB 175 130 47 -
CMYK 0 0.26 0.73 0.31
HSL 38.91º 0.58% 0.44% -
HSV(B) 38.91º 0.73% 0.69% -
XYZ 26.17 25.28 6.19 -
YUV 133.99 78.91 157.25 -
System Red Green Blue C M Y K H S L
Decimal 175 130 47 0 0.26 0.73 0.31 38.91 0.58 0.44
Hex AF 82 2F 0 1A 49 1F 27 3A 2C
Octal 257 202 57 0 32 111 37 47 72 54
Binary 10101111 10000010 101111 0 11010 1001001 11111 100111 111010 101100

Color Harmonies of #AF822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF822F

Black with #AF822F

Text Example


Text Example

White with #AF822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF822F; }

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

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

background-color css

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

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

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

border-color css

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

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

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