Html Css Color HEX #AF7B28 Mandalay

📋 copy color: '#AF7B28'

red 175 ◦ green 123 ◦ blue 40

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

Shades of Mandalay #AF7B28

Tints of Mandalay #AF7B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.83%

R = 51.78%
G = 36.39%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF7B28 (or 0xAF7B28) is known color: Mandalay. HEX triplet: AF, 7B and 28. RGB value is (175,123,40). Sum of RGB (Red+Green+Blue) = 175+123+40=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B28 is #5084D7. Grayscale: #818181. Windows color (decimal): -5276888 or 2653103. OLE color: 2653103.

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

Color convert

RGB 175 123 40 -
CMYK 0 0.30 0.77 0.31
HSL 36.89º 0.63% 0.42% -
HSV(B) 36.89º 0.77% 0.69% -
XYZ 25.15 23.43 5.21 -
YUV 129.09 77.73 160.75 -
System Red Green Blue C M Y K H S L
Decimal 175 123 40 0 0.30 0.77 0.31 36.89 0.63 0.42
Hex AF 7B 28 0 1E 4D 1F 25 3F 2A
Octal 257 173 50 0 36 115 37 45 77 52
Binary 10101111 1111011 101000 0 11110 1001101 11111 100101 111111 101010

Color Harmonies of #AF7B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B28

Black with #AF7B28

Text Example


Text Example

White with #AF7B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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