Html Css Color HEX #AF7C26 Mandalay

📋 copy color: '#AF7C26'

red 175 ◦ green 124 ◦ blue 38

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

Shades of Mandalay #AF7C26

Tints of Mandalay #AF7C26

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.8%

 BLUE value IS 38 (15.23% from 255) = 11.28%

R = 51.93%
G = 36.8%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF7C26 (or 0xAF7C26) is known color: Mandalay. HEX triplet: AF, 7C and 26. RGB value is (175,124,38). Sum of RGB (Red+Green+Blue) = 175+124+38=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C26 is #5083D9. Grayscale: #818181. Windows color (decimal): -5276634 or 2522287. OLE color: 2522287.

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

Color convert

RGB 175 124 38 -
CMYK 0 0.29 0.78 0.31
HSL 37.66º 0.64% 0.42% -
HSV(B) 37.66º 0.78% 0.69% -
XYZ 25.24 23.67 5.07 -
YUV 129.45 76.4 160.49 -
System Red Green Blue C M Y K H S L
Decimal 175 124 38 0 0.29 0.78 0.31 37.66 0.64 0.42
Hex AF 7C 26 0 1D 4E 1F 26 40 2A
Octal 257 174 46 0 35 116 37 46 100 52
Binary 10101111 1111100 100110 0 11101 1001110 11111 100110 1000000 101010

Color Harmonies of #AF7C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C26

Black with #AF7C26

Text Example


Text Example

White with #AF7C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C26; }

 p { color: rgb(175,124,38); }

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

background-color css

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

 a { background-color: rgb(175,124,38); }

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

border-color css

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

 span { border-color: rgb(175,124,38); }

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