Html Css Color HEX #AF7632 Mandalay

📋 copy color: '#AF7632'

red 175 ◦ green 118 ◦ blue 50

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

Shades of Mandalay #AF7632

Tints of Mandalay #AF7632

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

 BLUE value IS 50 (19.92% from 255) = 14.58%

R = 51.02%
G = 34.4%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF7632 (or 0xAF7632) is known color: Mandalay. HEX triplet: AF, 76 and 32. RGB value is (175,118,50). Sum of RGB (Red+Green+Blue) = 175+118+50=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7632 is #5089CD. Grayscale: #7F7F7F. Windows color (decimal): -5278158 or 3307183. OLE color: 3307183.

HSL color Cylindrical-coordinate representation of color #AF7632: hue angle of 32.64º degrees, saturation: 0.56, 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 #AF7632 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 118 50 -
CMYK 0 0.33 0.71 0.31
HSL 32.64º 0.56% 0.44% -
HSV(B) 32.64º 0.71% 0.69% -
XYZ 24.73 22.3 6.02 -
YUV 127.29 84.38 162.03 -
System Red Green Blue C M Y K H S L
Decimal 175 118 50 0 0.33 0.71 0.31 32.64 0.56 0.44
Hex AF 76 32 0 21 47 1F 21 38 2C
Octal 257 166 62 0 41 107 37 41 70 54
Binary 10101111 1110110 110010 0 100001 1000111 11111 100001 111000 101100

Color Harmonies of #AF7632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7632

Black with #AF7632

Text Example


Text Example

White with #AF7632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7632; }

 p { color: rgb(175,118,50); }

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

background-color css

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

 a { background-color: rgb(175,118,50); }

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

border-color css

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

 span { border-color: rgb(175,118,50); }

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