Html Css Color HEX #A58232 Reef Gold

📋 copy color: '#A58232'

red 165 ◦ green 130 ◦ blue 50

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

Shades of Reef Gold #A58232

Tints of Reef Gold #A58232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

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

R = 47.83%
G = 37.68%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A58232 (or 0xA58232) is known color: Reef Gold. HEX triplet: A5, 82 and 32. RGB value is (165,130,50). Sum of RGB (Red+Green+Blue) = 165+130+50=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A58232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58232 is #5A7DCD. Grayscale: #838383. Windows color (decimal): -5930446 or 3310245. OLE color: 3310245.

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

Color convert

RGB 165 130 50 -
CMYK 0 0.21 0.70 0.35
HSL 41.74º 0.53% 0.42% -
HSV(B) 41.74º 0.7% 0.65% -
XYZ 24.08 24.19 6.42 -
YUV 131.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 165 130 50 0 0.21 0.70 0.35 41.74 0.53 0.42
Hex A5 82 32 0 15 46 23 2A 35 2A
Octal 245 202 62 0 25 106 43 52 65 52
Binary 10100101 10000010 110010 0 10101 1000110 100011 101010 110101 101010

Color Harmonies of #A58232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58232

Black with #A58232

Text Example


Text Example

White with #A58232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58232; }

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

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

background-color css

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

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

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

border-color css

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

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

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