Html Css Color HEX #A5952E Reef Gold

📋 copy color: '#A5952E'

red 165 ◦ green 149 ◦ blue 46

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

Shades of Reef Gold #A5952E

Tints of Reef Gold #A5952E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.78%

R = 45.83%
G = 41.39%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5952E (or 0xA5952E) is known color: Reef Gold. HEX triplet: A5, 95 and 2E. RGB value is (165,149,46). Sum of RGB (Red+Green+Blue) = 165+149+46=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5952E is #5A6AD1. Grayscale: #8E8E8E. Windows color (decimal): -5925586 or 3052965. OLE color: 3052965.

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

Color convert

RGB 165 149 46 -
CMYK 0 0.10 0.72 0.35
HSL 51.93º 0.56% 0.41% -
HSV(B) 51.93º 0.72% 0.65% -
XYZ 26.76 29.69 6.91 -
YUV 142.04 73.8 144.38 -
System Red Green Blue C M Y K H S L
Decimal 165 149 46 0 0.10 0.72 0.35 51.93 0.56 0.41
Hex A5 95 2E 0 A 48 23 34 38 29
Octal 245 225 56 0 12 110 43 64 70 51
Binary 10100101 10010101 101110 0 1010 1001000 100011 110100 111000 101001

Color Harmonies of #A5952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5952E

Black with #A5952E

Text Example


Text Example

White with #A5952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5952E; }

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

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

background-color css

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

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

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

border-color css

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

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

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