Html Css Color HEX #A58A29 Reef Gold

📋 copy color: '#A58A29'

red 165 ◦ green 138 ◦ blue 41

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

Shades of Reef Gold #A58A29

Tints of Reef Gold #A58A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.92%

R = 47.97%
G = 40.12%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A58A29 (or 0xA58A29) is known color: Reef Gold. HEX triplet: A5, 8A and 29. RGB value is (165,138,41). Sum of RGB (Red+Green+Blue) = 165+138+41=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58A29 is #5A75D6. Grayscale: #878787. Windows color (decimal): -5928407 or 2722469. OLE color: 2722469.

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

Color convert

RGB 165 138 41 -
CMYK 0 0.16 0.75 0.35
HSL 46.94º 0.6% 0.4% -
HSV(B) 46.94º 0.75% 0.65% -
XYZ 25.01 26.34 5.86 -
YUV 135.02 74.95 149.39 -
System Red Green Blue C M Y K H S L
Decimal 165 138 41 0 0.16 0.75 0.35 46.94 0.6 0.4
Hex A5 8A 29 0 10 4B 23 2F 3C 28
Octal 245 212 51 0 20 113 43 57 74 50
Binary 10100101 10001010 101001 0 10000 1001011 100011 101111 111100 101000

Color Harmonies of #A58A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A29

Black with #A58A29

Text Example


Text Example

White with #A58A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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