Html Css Color HEX #A58C2E Reef Gold

📋 copy color: '#A58C2E'

red 165 ◦ green 140 ◦ blue 46

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

Shades of Reef Gold #A58C2E

Tints of Reef Gold #A58C2E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.89%

 BLUE value IS 46 (18.36% from 255) = 13.11%

R = 47.01%
G = 39.89%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A58C2E (or 0xA58C2E) is known color: Reef Gold. HEX triplet: A5, 8C and 2E. RGB value is (165,140,46). Sum of RGB (Red+Green+Blue) = 165+140+46=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58C2E is #5A73D1. Grayscale: #898989. Windows color (decimal): -5927890 or 3050661. OLE color: 3050661.

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

Color convert

RGB 165 140 46 -
CMYK 0 0.15 0.72 0.35
HSL 47.39º 0.56% 0.41% -
HSV(B) 47.39º 0.72% 0.65% -
XYZ 25.39 26.95 6.45 -
YUV 136.76 76.78 148.14 -
System Red Green Blue C M Y K H S L
Decimal 165 140 46 0 0.15 0.72 0.35 47.39 0.56 0.41
Hex A5 8C 2E 0 F 48 23 2F 38 29
Octal 245 214 56 0 17 110 43 57 70 51
Binary 10100101 10001100 101110 0 1111 1001000 100011 101111 111000 101001

Color Harmonies of #A58C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58C2E

Black with #A58C2E

Text Example


Text Example

White with #A58C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58C2E; }

 p { color: rgb(165,140,46); }

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

background-color css

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

 a { background-color: rgb(165,140,46); }

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

border-color css

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

 span { border-color: rgb(165,140,46); }

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