Html Css Color HEX #A58834 Reef Gold

📋 copy color: '#A58834'

red 165 ◦ green 136 ◦ blue 52

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

Shades of Reef Gold #A58834

Tints of Reef Gold #A58834

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

 BLUE value IS 52 (20.7% from 255) = 14.73%

R = 46.74%
G = 38.53%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A58834 (or 0xA58834) is known color: Reef Gold. HEX triplet: A5, 88 and 34. RGB value is (165,136,52). Sum of RGB (Red+Green+Blue) = 165+136+52=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A58834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58834 is #5A77CB. Grayscale: #878787. Windows color (decimal): -5928908 or 3442853. OLE color: 3442853.

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

Color convert

RGB 165 136 52 -
CMYK 0 0.18 0.68 0.35
HSL 44.6º 0.52% 0.43% -
HSV(B) 44.6º 0.68% 0.65% -
XYZ 24.94 25.86 6.92 -
YUV 135.1 81.11 149.33 -
System Red Green Blue C M Y K H S L
Decimal 165 136 52 0 0.18 0.68 0.35 44.6 0.52 0.43
Hex A5 88 34 0 12 44 23 2D 34 2B
Octal 245 210 64 0 22 104 43 55 64 53
Binary 10100101 10001000 110100 0 10010 1000100 100011 101101 110100 101011

Color Harmonies of #A58834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58834

Black with #A58834

Text Example


Text Example

White with #A58834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58834; }

 p { color: rgb(165,136,52); }

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

background-color css

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

 a { background-color: rgb(165,136,52); }

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

border-color css

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

 span { border-color: rgb(165,136,52); }

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