Html Css Color HEX #A59A38 Reef Gold

📋 copy color: '#A59A38'

red 165 ◦ green 154 ◦ blue 56

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

Shades of Reef Gold #A59A38

Tints of Reef Gold #A59A38

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.07%

 BLUE value IS 56 (22.27% from 255) = 14.93%

R = 44%
G = 41.07%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A59A38 (or 0xA59A38) is known color: Reef Gold. HEX triplet: A5, 9A and 38. RGB value is (165,154,56). Sum of RGB (Red+Green+Blue) = 165+154+56=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A38 is #5A65C7. Grayscale: #929292. Windows color (decimal): -5924296 or 3709605. OLE color: 3709605.

HSL color Cylindrical-coordinate representation of color #A59A38: hue angle of 53.94º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A59A38 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 154 56 -
CMYK 0 0.07 0.66 0.35
HSL 53.94º 0.49% 0.43% -
HSV(B) 53.94º 0.66% 0.65% -
XYZ 27.79 31.4 8.34 -
YUV 146.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 165 154 56 0 0.07 0.66 0.35 53.94 0.49 0.43
Hex A5 9A 38 0 7 42 23 36 31 2B
Octal 245 232 70 0 7 102 43 66 61 53
Binary 10100101 10011010 111000 0 111 1000010 100011 110110 110001 101011

Color Harmonies of #A59A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59A38

Black with #A59A38

Text Example


Text Example

White with #A59A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59A38; }

 p { color: rgb(165,154,56); }

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

background-color css

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

 a { background-color: rgb(165,154,56); }

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

border-color css

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

 span { border-color: rgb(165,154,56); }

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