Shades of Reef Gold #A38533
Tints of Reef Gold #A38533
RGB
CMYK
RGB Variations
Color information
#A38533 (or 0xA38533) is known color: Reef Gold. HEX triplet: A3, 85 and 33. RGB value is (163,133,51). Sum of RGB (Red+Green+Blue) = 163+133+51=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A38533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38533 is #5C7ACC. Grayscale: #848484. Windows color (decimal): -6060749 or 3376547. OLE color: 3376547.
HSL color Cylindrical-coordinate representation of color #A38533: hue angle of 43.93º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A38533 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 51 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.36 |
| HSL | 43.93º | 0.52% | 0.42% | - |
| HSV(B) | 43.93º | 0.69% | 0.64% | - |
| XYZ | 24.09 | 24.8 | 6.65 | - |
| YUV | 132.62 | 81.94 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 51 | 0 | 0.18 | 0.69 | 0.36 | 43.93 | 0.52 | 0.42 |
| Hex | A3 | 85 | 33 | 0 | 12 | 45 | 24 | 2C | 34 | 2A |
| Octal | 243 | 205 | 63 | 0 | 22 | 105 | 44 | 54 | 64 | 52 |
| Binary | 10100011 | 10000101 | 110011 | 0 | 10010 | 1000101 | 100100 | 101100 | 110100 | 101010 |
Color Harmonies of #A38533
Complementary color
Monochromatic Colors of #A38533
Black with #A38533
Text Example
Text Example
White with #A38533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38533; }
p { color: rgb(163,133,51); }
H1.HeaderClassName
{
color: #A38533;
}
.AnyTagClassName
{
color: #A38533;
}
</style>
background-color css
<style>
a { background-color: #A38533; }
a { background-color: rgb(163,133,51); }
div.DivClassName
{
background-color: #A38533;
}
.BgClassName
{
background-color: #A38533;
}
</style>
border-color css
<style>
span { border-color: #A38533; }
span { border-color: rgb(163,133,51); }
td.TdClassName
{
border-color: #A38533;
}
.TagClassName
{
border-color: #A38533;
}
</style>