Html Css Color HEX #A59033 Reef Gold

📋 copy color: '#A59033'

red 165 ◦ green 144 ◦ blue 51

#A59033
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #A59033

Tints of Reef Gold #A59033

RGB

 RED value IS 165 (64.84% from 255) = 45.83%

 GREEN value IS 144 (56.64% from 255) = 40%

 BLUE value IS 51 (20.31% from 255) = 14.17%

R = 45.83%
G = 40%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A59033 (or 0xA59033) is known color: Reef Gold. HEX triplet: A5, 90 and 33. RGB value is (165,144,51). Sum of RGB (Red+Green+Blue) = 165+144+51=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A59033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59033 is #5A6FCC. Grayscale: #8C8C8C. Windows color (decimal): -5926861 or 3379365. OLE color: 3379365.

HSL color Cylindrical-coordinate representation of color #A59033: hue angle of 48.95º 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 #A59033 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 144 51 -
CMYK 0 0.13 0.69 0.35
HSL 48.95º 0.53% 0.42% -
HSV(B) 48.95º 0.69% 0.65% -
XYZ 26.09 28.18 7.2 -
YUV 139.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 165 144 51 0 0.13 0.69 0.35 48.95 0.53 0.42
Hex A5 90 33 0 D 45 23 31 35 2A
Octal 245 220 63 0 15 105 43 61 65 52
Binary 10100101 10010000 110011 0 1101 1000101 100011 110001 110101 101010

Color Harmonies of #A59033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59033

Black with #A59033

Text Example


Text Example

White with #A59033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59033; }

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

 H1.HeaderClassName
 {
   color: #A59033;
 }
 .AnyTagClassName
 {
   color: #A59033;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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