Shades of Anzac #CA9A43
Tints of Anzac #CA9A43
RGB
CMYK
RGB Variations
Color information
#CA9A43 (or 0xCA9A43) is known color: Anzac. HEX triplet: CA, 9A and 43. RGB value is (202,154,67). Sum of RGB (Red+Green+Blue) = 202+154+67=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A43 is #3565BC. Grayscale: #9E9E9E. Windows color (decimal): -3499453 or 4430538. OLE color: 4430538.
HSL color Cylindrical-coordinate representation of color #CA9A43: hue angle of 38.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA9A43 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 67 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.21 |
| HSL | 38.67º | 0.56% | 0.53% | - |
| HSV(B) | 38.67º | 0.67% | 0.79% | - |
| XYZ | 36.93 | 36.07 | 10.33 | - |
| YUV | 158.43 | 76.4 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 67 | 0 | 0.24 | 0.67 | 0.21 | 38.67 | 0.56 | 0.53 |
| Hex | CA | 9A | 43 | 0 | 18 | 43 | 15 | 27 | 38 | 35 |
| Octal | 312 | 232 | 103 | 0 | 30 | 103 | 25 | 47 | 70 | 65 |
| Binary | 11001010 | 10011010 | 1000011 | 0 | 11000 | 1000011 | 10101 | 100111 | 111000 | 110101 |
Color Harmonies of #CA9A43
Complementary color
Monochromatic Colors of #CA9A43
Black with #CA9A43
Text Example
Text Example
White with #CA9A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A43; }
p { color: rgb(202,154,67); }
H1.HeaderClassName
{
color: #CA9A43;
}
.AnyTagClassName
{
color: #CA9A43;
}
</style>
background-color css
<style>
a { background-color: #CA9A43; }
a { background-color: rgb(202,154,67); }
div.DivClassName
{
background-color: #CA9A43;
}
.BgClassName
{
background-color: #CA9A43;
}
</style>
border-color css
<style>
span { border-color: #CA9A43; }
span { border-color: rgb(202,154,67); }
td.TdClassName
{
border-color: #CA9A43;
}
.TagClassName
{
border-color: #CA9A43;
}
</style>