Html Css Color HEX #A58635 Reef Gold

📋 copy color: '#A58635'

red 165 ◦ green 134 ◦ blue 53

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

Shades of Reef Gold #A58635

Tints of Reef Gold #A58635

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.07%

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

R = 46.88%
G = 38.07%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A58635 (or 0xA58635) is known color: Reef Gold. HEX triplet: A5, 86 and 35. RGB value is (165,134,53). Sum of RGB (Red+Green+Blue) = 165+134+53=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A58635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58635 is #5A79CA. Grayscale: #868686. Windows color (decimal): -5929419 or 3507877. OLE color: 3507877.

HSL color Cylindrical-coordinate representation of color #A58635: hue angle of 43.39º 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 #A58635 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 134 53 -
CMYK 0 0.19 0.68 0.35
HSL 43.39º 0.51% 0.43% -
HSV(B) 43.39º 0.68% 0.65% -
XYZ 24.68 25.31 6.95 -
YUV 134.04 82.27 150.09 -
System Red Green Blue C M Y K H S L
Decimal 165 134 53 0 0.19 0.68 0.35 43.39 0.51 0.43
Hex A5 86 35 0 13 44 23 2B 33 2B
Octal 245 206 65 0 23 104 43 53 63 53
Binary 10100101 10000110 110101 0 10011 1000100 100011 101011 110011 101011

Color Harmonies of #A58635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58635

Black with #A58635

Text Example


Text Example

White with #A58635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58635; }

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

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

background-color css

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

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

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

border-color css

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

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

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