Html Css Color HEX #A5952D Reef Gold

📋 copy color: '#A5952D'

red 165 ◦ green 149 ◦ blue 45

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

Shades of Reef Gold #A5952D

Tints of Reef Gold #A5952D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.5%

 BLUE value IS 45 (17.97% from 255) = 12.53%

R = 45.96%
G = 41.5%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5952D (or 0xA5952D) is known color: Reef Gold. HEX triplet: A5, 95 and 2D. RGB value is (165,149,45). Sum of RGB (Red+Green+Blue) = 165+149+45=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5952D is #5A6AD2. Grayscale: #8E8E8E. Windows color (decimal): -5925587 or 2987429. OLE color: 2987429.

HSL color Cylindrical-coordinate representation of color #A5952D: hue angle of 52º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5952D is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 149 45 -
CMYK 0 0.10 0.73 0.35
HSL 52º 0.57% 0.41% -
HSV(B) 52º 0.73% 0.65% -
XYZ 26.74 29.68 6.8 -
YUV 141.93 73.3 144.46 -
System Red Green Blue C M Y K H S L
Decimal 165 149 45 0 0.10 0.73 0.35 52 0.57 0.41
Hex A5 95 2D 0 A 49 23 34 39 29
Octal 245 225 55 0 12 111 43 64 71 51
Binary 10100101 10010101 101101 0 1010 1001001 100011 110100 111001 101001

Color Harmonies of #A5952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5952D

Black with #A5952D

Text Example


Text Example

White with #A5952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5952D; }

 p { color: rgb(165,149,45); }

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

background-color css

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

 a { background-color: rgb(165,149,45); }

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

border-color css

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

 span { border-color: rgb(165,149,45); }

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