#C4AA62

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

Shades of Laser #C4AA62

Tints of Laser #C4AA62

Color information

#C4AA62 (or 0xC4AA62) is unknown color: approx Laser. HEX triplet: C4, AA and 62. RGB value is (196,170,98). Sum of RGB (Red+Green+Blue) = 196+170+98=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA62 is #3B559D. Grayscale: #A9A9A9. Windows color (decimal): -3888542 or 6466244. OLE color: 6466244.

HSL color Cylindrical-coordinate representation of color #C4AA62: hue angle of 44.08º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C4AA62 is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB19617098-
CMYK00.130.50.23
HSL44.08º45.37%57.65%-
HSV(B)44.08º50%76.86%-
XYZ39.3441.3717.47-
YUV169.5787.61146.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 98 (38.67% from 255) = 21.12%
R=42.24%
G=36.64%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961709800.130.50.2344.0845.3757.65
HexC4AA620D32172c2d3a
Octal3042521420156227545572
Binary110001001010101011000100110111001010111101100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AA62; }

 p { color: rgb(196,170,98); }

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

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

 a { background-color: rgb(196,170,98); }

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

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

 span { border-color: rgb(196,170,98); }

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