Html Css Color HEX #A58A2C Reef Gold

📋 copy color: '#A58A2C'

red 165 ◦ green 138 ◦ blue 44

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

Shades of Reef Gold #A58A2C

Tints of Reef Gold #A58A2C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.77%

 BLUE value IS 44 (17.58% from 255) = 12.68%

R = 47.55%
G = 39.77%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A58A2C (or 0xA58A2C) is known color: Reef Gold. HEX triplet: A5, 8A and 2C. RGB value is (165,138,44). Sum of RGB (Red+Green+Blue) = 165+138+44=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58A2C is #5A75D3. Grayscale: #878787. Windows color (decimal): -5928404 or 2919077. OLE color: 2919077.

HSL color Cylindrical-coordinate representation of color #A58A2C: hue angle of 46.61º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A58A2C is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 138 44 -
CMYK 0 0.16 0.73 0.35
HSL 46.61º 0.58% 0.41% -
HSV(B) 46.61º 0.73% 0.65% -
XYZ 25.06 26.36 6.15 -
YUV 135.36 76.45 149.14 -
System Red Green Blue C M Y K H S L
Decimal 165 138 44 0 0.16 0.73 0.35 46.61 0.58 0.41
Hex A5 8A 2C 0 10 49 23 2F 3A 29
Octal 245 212 54 0 20 111 43 57 72 51
Binary 10100101 10001010 101100 0 10000 1001001 100011 101111 111010 101001

Color Harmonies of #A58A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A2C

Black with #A58A2C

Text Example


Text Example

White with #A58A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A2C; }

 p { color: rgb(165,138,44); }

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

background-color css

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

 a { background-color: rgb(165,138,44); }

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

border-color css

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

 span { border-color: rgb(165,138,44); }

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