Html Css Color HEX #AF7B3B Mandalay

📋 copy color: '#AF7B3B'

red 175 ◦ green 123 ◦ blue 59

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

Shades of Mandalay #AF7B3B

Tints of Mandalay #AF7B3B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.45%

 BLUE value IS 59 (23.44% from 255) = 16.53%

R = 49.02%
G = 34.45%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF7B3B (or 0xAF7B3B) is known color: Mandalay. HEX triplet: AF, 7B and 3B. RGB value is (175,123,59). Sum of RGB (Red+Green+Blue) = 175+123+59=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B3B is #5084C4. Grayscale: #838383. Windows color (decimal): -5276869 or 3898287. OLE color: 3898287.

HSL color Cylindrical-coordinate representation of color #AF7B3B: hue angle of 33.1º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF7B3B is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 123 59 -
CMYK 0 0.30 0.66 0.31
HSL 33.1º 0.5% 0.46% -
HSV(B) 33.1º 0.66% 0.69% -
XYZ 25.55 23.6 7.35 -
YUV 131.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 175 123 59 0 0.30 0.66 0.31 33.1 0.5 0.46
Hex AF 7B 3B 0 1E 42 1F 21 32 2E
Octal 257 173 73 0 36 102 37 41 62 56
Binary 10101111 1111011 111011 0 11110 1000010 11111 100001 110010 101110

Color Harmonies of #AF7B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B3B

Black with #AF7B3B

Text Example


Text Example

White with #AF7B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B3B; }

 p { color: rgb(175,123,59); }

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

background-color css

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

 a { background-color: rgb(175,123,59); }

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

border-color css

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

 span { border-color: rgb(175,123,59); }

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