Html Css Color HEX #A58732 Reef Gold

📋 copy color: '#A58732'

red 165 ◦ green 135 ◦ blue 50

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

Shades of Reef Gold #A58732

Tints of Reef Gold #A58732

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 47.14%
G = 38.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A58732 (or 0xA58732) is known color: Reef Gold. HEX triplet: A5, 87 and 32. RGB value is (165,135,50). Sum of RGB (Red+Green+Blue) = 165+135+50=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A58732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58732 is #5A78CD. Grayscale: #868686. Windows color (decimal): -5929166 or 3311525. OLE color: 3311525.

HSL color Cylindrical-coordinate representation of color #A58732: hue angle of 44.35º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A58732 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 135 50 -
CMYK 0 0.18 0.70 0.35
HSL 44.35º 0.53% 0.42% -
HSV(B) 44.35º 0.7% 0.65% -
XYZ 24.76 25.56 6.65 -
YUV 134.28 80.44 149.91 -
System Red Green Blue C M Y K H S L
Decimal 165 135 50 0 0.18 0.70 0.35 44.35 0.53 0.42
Hex A5 87 32 0 12 46 23 2C 35 2A
Octal 245 207 62 0 22 106 43 54 65 52
Binary 10100101 10000111 110010 0 10010 1000110 100011 101100 110101 101010

Color Harmonies of #A58732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58732

Black with #A58732

Text Example


Text Example

White with #A58732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58732; }

 p { color: rgb(165,135,50); }

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

background-color css

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

 a { background-color: rgb(165,135,50); }

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

border-color css

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

 span { border-color: rgb(165,135,50); }

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