Html Css Color HEX #A58E33 Reef Gold

📋 copy color: '#A58E33'

red 165 ◦ green 142 ◦ blue 51

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

Shades of Reef Gold #A58E33

Tints of Reef Gold #A58E33

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.66%

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

R = 46.09%
G = 39.66%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A58E33 (or 0xA58E33) is known color: Reef Gold. HEX triplet: A5, 8E and 33. RGB value is (165,142,51). Sum of RGB (Red+Green+Blue) = 165+142+51=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58E33 is #5A71CC. Grayscale: #8A8A8A. Windows color (decimal): -5927373 or 3378853. OLE color: 3378853.

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

Color convert

RGB 165 142 51 -
CMYK 0 0.14 0.69 0.35
HSL 47.89º 0.53% 0.42% -
HSV(B) 47.89º 0.69% 0.65% -
XYZ 25.79 27.58 7.1 -
YUV 138.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 165 142 51 0 0.14 0.69 0.35 47.89 0.53 0.42
Hex A5 8E 33 0 E 45 23 30 35 2A
Octal 245 216 63 0 16 105 43 60 65 52
Binary 10100101 10001110 110011 0 1110 1000101 100011 110000 110101 101010

Color Harmonies of #A58E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58E33

Black with #A58E33

Text Example


Text Example

White with #A58E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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