Shades of Reef Gold #A69433
Tints of Reef Gold #A69433
RGB
CMYK
RGB Variations
Color information
#A69433 (or 0xA69433) is known color: Reef Gold. HEX triplet: A6, 94 and 33. RGB value is (166,148,51). Sum of RGB (Red+Green+Blue) = 166+148+51=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A69433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69433 is #596BCC. Grayscale: #8E8E8E. Windows color (decimal): -5860301 or 3380390. OLE color: 3380390.
HSL color Cylindrical-coordinate representation of color #A69433: hue angle of 50.61º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A69433 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 51 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.35 |
| HSL | 50.61º | 0.53% | 0.43% | - |
| HSV(B) | 50.61º | 0.69% | 0.65% | - |
| XYZ | 26.91 | 29.53 | 7.41 | - |
| YUV | 142.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 51 | 0 | 0.11 | 0.69 | 0.35 | 50.61 | 0.53 | 0.43 |
| Hex | A6 | 94 | 33 | 0 | B | 45 | 23 | 33 | 35 | 2B |
| Octal | 246 | 224 | 63 | 0 | 13 | 105 | 43 | 63 | 65 | 53 |
| Binary | 10100110 | 10010100 | 110011 | 0 | 1011 | 1000101 | 100011 | 110011 | 110101 | 101011 |
Color Harmonies of #A69433
Complementary color
Monochromatic Colors of #A69433
Black with #A69433
Text Example
Text Example
White with #A69433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69433; }
p { color: rgb(166,148,51); }
H1.HeaderClassName
{
color: #A69433;
}
.AnyTagClassName
{
color: #A69433;
}
</style>
background-color css
<style>
a { background-color: #A69433; }
a { background-color: rgb(166,148,51); }
div.DivClassName
{
background-color: #A69433;
}
.BgClassName
{
background-color: #A69433;
}
</style>
border-color css
<style>
span { border-color: #A69433; }
span { border-color: rgb(166,148,51); }
td.TdClassName
{
border-color: #A69433;
}
.TagClassName
{
border-color: #A69433;
}
</style>