Html Css Color HEX #A5993D Reef Gold

📋 copy color: '#A5993D'

red 165 ◦ green 153 ◦ blue 61

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

Shades of Reef Gold #A5993D

Tints of Reef Gold #A5993D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 43.54%
G = 40.37%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5993D (or 0xA5993D) is known color: Reef Gold. HEX triplet: A5, 99 and 3D. RGB value is (165,153,61). Sum of RGB (Red+Green+Blue) = 165+153+61=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A5993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5993D is #5A66C2. Grayscale: #929292. Windows color (decimal): -5924547 or 4037029. OLE color: 4037029.

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

Color convert

RGB 165 153 61 -
CMYK 0 0.07 0.63 0.35
HSL 53.08º 0.46% 0.44% -
HSV(B) 53.08º 0.63% 0.65% -
XYZ 27.75 31.12 8.96 -
YUV 146.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 165 153 61 0 0.07 0.63 0.35 53.08 0.46 0.44
Hex A5 99 3D 0 7 3F 23 35 2E 2C
Octal 245 231 75 0 7 77 43 65 56 54
Binary 10100101 10011001 111101 0 111 111111 100011 110101 101110 101100

Color Harmonies of #A5993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5993D

Black with #A5993D

Text Example


Text Example

White with #A5993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5993D; }

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

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

background-color css

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

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

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

border-color css

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

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

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