Html Css Color HEX #A58132 Reef Gold

📋 copy color: '#A58132'

red 165 ◦ green 129 ◦ blue 50

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

Shades of Reef Gold #A58132

Tints of Reef Gold #A58132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.5%

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

R = 47.97%
G = 37.5%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A58132 (or 0xA58132) is known color: Reef Gold. HEX triplet: A5, 81 and 32. RGB value is (165,129,50). Sum of RGB (Red+Green+Blue) = 165+129+50=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A58132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58132 is #5A7ECD. Grayscale: #838383. Windows color (decimal): -5930702 or 3309989. OLE color: 3309989.

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

Color convert

RGB 165 129 50 -
CMYK 0 0.22 0.70 0.35
HSL 41.22º 0.53% 0.42% -
HSV(B) 41.22º 0.7% 0.65% -
XYZ 23.94 23.93 6.37 -
YUV 130.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 165 129 50 0 0.22 0.70 0.35 41.22 0.53 0.42
Hex A5 81 32 0 16 46 23 29 35 2A
Octal 245 201 62 0 26 106 43 51 65 52
Binary 10100101 10000001 110010 0 10110 1000110 100011 101001 110101 101010

Color Harmonies of #A58132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58132

Black with #A58132

Text Example


Text Example

White with #A58132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58132; }

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

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

background-color css

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

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

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

border-color css

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

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

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