#A58B33

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

Shades of Reef Gold #A58B33

Tints of Reef Gold #A58B33

Color information

#A58B33 (or 0xA58B33) is unknown color: approx Reef Gold. HEX triplet: A5, 8B and 33. RGB value is (165,139,51). Sum of RGB (Red+Green+Blue) = 165+139+51=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58B33 is #5A74CC. Grayscale: #898989. Windows color (decimal): -5928141 or 3378085. OLE color: 3378085.

HSL color Cylindrical-coordinate representation of color #A58B33: hue angle of 46.32º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A58B33 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16513951-
CMYK00.160.690.35
HSL46.32º52.78%42.35%-
HSV(B)46.32º69.09%64.71%-
XYZ25.3526.76.95-
YUV136.7479.61148.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.48%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 51 (20.31% from 255) = 14.37%
R=46.48%
G=39.15%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651395100.160.690.3546.3252.7842.35
HexA58B3301045232e352a
Octal2452136302010543566552
Binary10100101100010111100110100001000101100011101110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58B33; }

 p { color: rgb(165,139,51); }

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

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

 a { background-color: rgb(165,139,51); }

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

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

 span { border-color: rgb(165,139,51); }

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