#CAAA2B

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

Shades of Metallic Gold #CAAA2B

Tints of Metallic Gold #CAAA2B

Color information

#CAAA2B (or 0xCAAA2B) is unknown color: approx Metallic Gold. HEX triplet: CA, AA and 2B. RGB value is (202,170,43). Sum of RGB (Red+Green+Blue) = 202+170+43=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAA2B is #3555D4. Grayscale: #A5A5A5. Windows color (decimal): -3495381 or 2861770. OLE color: 2861770.

HSL color Cylindrical-coordinate representation of color #CAAA2B: hue angle of 47.92º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAAA2B is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB20217043-
CMYK00.160.790.21
HSL47.92º64.9%48.04%-
HSV(B)47.92º78.71%79.22%-
XYZ39.1741.488.23-
YUV165.0959.1154.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 170 (66.80% from 255) = 40.96%
BLUE value IS 43 (17.19% from 255) = 10.36%
R=48.67%
G=40.96%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021704300.160.790.2147.9264.948.04
HexCAAA2B0104F15304130
Octal31225253020117256010160
Binary11001010101010101010110100001001111101011100001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA2B; }

 p { color: rgb(202,170,43); }

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

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

 a { background-color: rgb(202,170,43); }

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

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

 span { border-color: rgb(202,170,43); }

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