Html Css Color HEX #AF822B Mandalay

📋 copy color: '#AF822B'

red 175 ◦ green 130 ◦ blue 43

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

Shades of Mandalay #AF822B

Tints of Mandalay #AF822B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.36%

R = 50.29%
G = 37.36%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF822B (or 0xAF822B) is known color: Mandalay. HEX triplet: AF, 82 and 2B. RGB value is (175,130,43). Sum of RGB (Red+Green+Blue) = 175+130+43=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF822B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF822B is #507DD4. Grayscale: #858585. Windows color (decimal): -5275093 or 2851503. OLE color: 2851503.

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

Color convert

RGB 175 130 43 -
CMYK 0 0.26 0.75 0.31
HSL 39.55º 0.61% 0.43% -
HSV(B) 39.55º 0.75% 0.69% -
XYZ 26.1 25.25 5.78 -
YUV 133.54 76.91 157.57 -
System Red Green Blue C M Y K H S L
Decimal 175 130 43 0 0.26 0.75 0.31 39.55 0.61 0.43
Hex AF 82 2B 0 1A 4B 1F 28 3D 2B
Octal 257 202 53 0 32 113 37 50 75 53
Binary 10101111 10000010 101011 0 11010 1001011 11111 101000 111101 101011

Color Harmonies of #AF822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF822B

Black with #AF822B

Text Example


Text Example

White with #AF822B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF822B; }

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

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

background-color css

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

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

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

border-color css

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

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

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