Html Css Color HEX #AF7D26 Mandalay

📋 copy color: '#AF7D26'

red 175 ◦ green 125 ◦ blue 38

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

Shades of Mandalay #AF7D26

Tints of Mandalay #AF7D26

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.98%

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

R = 51.78%
G = 36.98%
B = 11.24%

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

#AF7D26 (or 0xAF7D26) is known color: Mandalay. HEX triplet: AF, 7D and 26. RGB value is (175,125,38). Sum of RGB (Red+Green+Blue) = 175+125+38=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D26 is #5082D9. Grayscale: #828282. Windows color (decimal): -5276378 or 2522543. OLE color: 2522543.

HSL color Cylindrical-coordinate representation of color #AF7D26: hue angle of 38.1º 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 #AF7D26 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 125 38 -
CMYK 0 0.29 0.78 0.31
HSL 38.1º 0.64% 0.42% -
HSV(B) 38.1º 0.78% 0.69% -
XYZ 25.36 23.92 5.11 -
YUV 130.03 76.07 160.07 -
System Red Green Blue C M Y K H S L
Decimal 175 125 38 0 0.29 0.78 0.31 38.1 0.64 0.42
Hex AF 7D 26 0 1D 4E 1F 26 40 2A
Octal 257 175 46 0 35 116 37 46 100 52
Binary 10101111 1111101 100110 0 11101 1001110 11111 100110 1000000 101010

Color Harmonies of #AF7D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D26

Black with #AF7D26

Text Example


Text Example

White with #AF7D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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