Html Css Color HEX #A5993A Reef Gold

📋 copy color: '#A5993A'

red 165 ◦ green 153 ◦ blue 58

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

Shades of Reef Gold #A5993A

Tints of Reef Gold #A5993A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

 BLUE value IS 58 (23.05% from 255) = 15.43%

R = 43.88%
G = 40.69%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5993A (or 0xA5993A) is known color: Reef Gold. HEX triplet: A5, 99 and 3A. RGB value is (165,153,58). Sum of RGB (Red+Green+Blue) = 165+153+58=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5993A is #5A66C5. Grayscale: #929292. Windows color (decimal): -5924550 or 3840421. OLE color: 3840421.

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

Color convert

RGB 165 153 58 -
CMYK 0 0.07 0.65 0.35
HSL 53.27º 0.48% 0.44% -
HSV(B) 53.27º 0.65% 0.65% -
XYZ 27.67 31.09 8.54 -
YUV 145.76 78.48 141.72 -
System Red Green Blue C M Y K H S L
Decimal 165 153 58 0 0.07 0.65 0.35 53.27 0.48 0.44
Hex A5 99 3A 0 7 41 23 35 30 2C
Octal 245 231 72 0 7 101 43 65 60 54
Binary 10100101 10011001 111010 0 111 1000001 100011 110101 110000 101100

Color Harmonies of #A5993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5993A

Black with #A5993A

Text Example


Text Example

White with #A5993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5993A; }

 p { color: rgb(165,153,58); }

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

background-color css

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

 a { background-color: rgb(165,153,58); }

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

border-color css

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

 span { border-color: rgb(165,153,58); }

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