Html Css Color HEX #A5992F Reef Gold

📋 copy color: '#A5992F'

red 165 ◦ green 153 ◦ blue 47

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

Shades of Reef Gold #A5992F

Tints of Reef Gold #A5992F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.88%

R = 45.21%
G = 41.92%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5992F (or 0xA5992F) is known color: Reef Gold. HEX triplet: A5, 99 and 2F. RGB value is (165,153,47). Sum of RGB (Red+Green+Blue) = 165+153+47=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A5992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5992F is #5A66D0. Grayscale: #909090. Windows color (decimal): -5924561 or 3119525. OLE color: 3119525.

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

Color convert

RGB 165 153 47 -
CMYK 0 0.07 0.72 0.35
HSL 53.9º 0.56% 0.42% -
HSV(B) 53.9º 0.72% 0.65% -
XYZ 27.42 30.99 7.23 -
YUV 144.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 165 153 47 0 0.07 0.72 0.35 53.9 0.56 0.42
Hex A5 99 2F 0 7 48 23 36 38 2A
Octal 245 231 57 0 7 110 43 66 70 52
Binary 10100101 10011001 101111 0 111 1001000 100011 110110 111000 101010

Color Harmonies of #A5992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5992F

Black with #A5992F

Text Example


Text Example

White with #A5992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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