#CA9A3D

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

Shades of Anzac #CA9A3D

Tints of Anzac #CA9A3D

Color information

#CA9A3D (or 0xCA9A3D) is unknown color: approx Anzac. HEX triplet: CA, 9A and 3D. RGB value is (202,154,61). Sum of RGB (Red+Green+Blue) = 202+154+61=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A3D is #3565C2. Grayscale: #9E9E9E. Windows color (decimal): -3499459 or 4037322. OLE color: 4037322.

HSL color Cylindrical-coordinate representation of color #CA9A3D: hue angle of 39.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA9A3D is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20215461-
CMYK00.240.700.21
HSL39.57º57.09%51.57%-
HSV(B)39.57º69.8%79.22%-
XYZ36.76369.43-
YUV157.7573.4159.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 61 (24.22% from 255) = 14.63%
R=48.44%
G=36.93%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021546100.240.700.2139.5757.0951.57
HexCA9A3D0184615283934
Octal3122327503010625507164
Binary1100101010011010111101011000100011010101101000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A3D; }

 p { color: rgb(202,154,61); }

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

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

 a { background-color: rgb(202,154,61); }

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

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

 span { border-color: rgb(202,154,61); }

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