Html Css Color HEX #A59535 Reef Gold

📋 copy color: '#A59535'

red 165 ◦ green 149 ◦ blue 53

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

Shades of Reef Gold #A59535

Tints of Reef Gold #A59535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.44%

R = 44.96%
G = 40.6%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A59535 (or 0xA59535) is known color: Reef Gold. HEX triplet: A5, 95 and 35. RGB value is (165,149,53). Sum of RGB (Red+Green+Blue) = 165+149+53=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A59535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59535 is #5A6ACA. Grayscale: #8F8F8F. Windows color (decimal): -5925579 or 3511717. OLE color: 3511717.

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

Color convert

RGB 165 149 53 -
CMYK 0 0.10 0.68 0.35
HSL 51.43º 0.51% 0.43% -
HSV(B) 51.43º 0.68% 0.65% -
XYZ 26.91 29.75 7.69 -
YUV 142.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 165 149 53 0 0.10 0.68 0.35 51.43 0.51 0.43
Hex A5 95 35 0 A 44 23 33 33 2B
Octal 245 225 65 0 12 104 43 63 63 53
Binary 10100101 10010101 110101 0 1010 1000100 100011 110011 110011 101011

Color Harmonies of #A59535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59535

Black with #A59535

Text Example


Text Example

White with #A59535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59535; }

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

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

background-color css

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

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

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

border-color css

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

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

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