Html Css Color HEX #AF772D Mandalay

📋 copy color: '#AF772D'

red 175 ◦ green 119 ◦ blue 45

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

Shades of Mandalay #AF772D

Tints of Mandalay #AF772D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.1%

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 51.62%
G = 35.1%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF772D (or 0xAF772D) is known color: Mandalay. HEX triplet: AF, 77 and 2D. RGB value is (175,119,45). Sum of RGB (Red+Green+Blue) = 175+119+45=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF772D is #5088D2. Grayscale: #7F7F7F. Windows color (decimal): -5277907 or 2979759. OLE color: 2979759.

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

Color convert

RGB 175 119 45 -
CMYK 0 0.32 0.74 0.31
HSL 34.15º 0.59% 0.43% -
HSV(B) 34.15º 0.74% 0.69% -
XYZ 24.75 22.5 5.52 -
YUV 127.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 175 119 45 0 0.32 0.74 0.31 34.15 0.59 0.43
Hex AF 77 2D 0 20 4A 1F 22 3B 2B
Octal 257 167 55 0 40 112 37 42 73 53
Binary 10101111 1110111 101101 0 100000 1001010 11111 100010 111011 101011

Color Harmonies of #AF772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF772D

Black with #AF772D

Text Example


Text Example

White with #AF772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF772D; }

 p { color: rgb(175,119,45); }

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

background-color css

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

 a { background-color: rgb(175,119,45); }

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

border-color css

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

 span { border-color: rgb(175,119,45); }

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