#C5A22E

Color #C5A22E Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #C5A22E

Tints of Sahara #C5A22E

Color information

#C5A22E (or 0xC5A22E) is unknown color: approx Sahara. HEX triplet: C5, A2 and 2E. RGB value is (197,162,46). Sum of RGB (Red+Green+Blue) = 197+162+46=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A22E is #3A5DD1. Grayscale: #9F9F9F. Windows color (decimal): -3825106 or 3056325. OLE color: 3056325.

HSL color Cylindrical-coordinate representation of color #C5A22E: hue angle of 46.09º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5A22E is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB19716246-
CMYK00.180.770.23
HSL46.09º62.14%47.65%-
HSV(B)46.09º76.65%77.25%-
XYZ36.4437.917.98-
YUV159.2464.1154.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.64%
GREEN value IS 162 (63.67% from 255) = 40%
BLUE value IS 46 (18.36% from 255) = 11.36%
R=48.64%
G=40%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971624600.180.770.2346.0962.1447.65
HexC5A22E0124D172e3e30
Octal3052425602211527567660
Binary1100010110100010101110010010100110110111101110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A22E; }

 p { color: rgb(197,162,46); }

 H1.HeaderClassName
 {
   color: #C5A22E;
 }
 .AnyTagClassName
 {
   color: #C5A22E;
 }
</style>
background-color css

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

 a { background-color: rgb(197,162,46); }

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

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

 span { border-color: rgb(197,162,46); }

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