Html Css Color HEX #A5873A Reef Gold

📋 copy color: '#A5873A'

red 165 ◦ green 135 ◦ blue 58

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

Shades of Reef Gold #A5873A

Tints of Reef Gold #A5873A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

 BLUE value IS 58 (23.05% from 255) = 16.2%

R = 46.09%
G = 37.71%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5873A (or 0xA5873A) is known color: Reef Gold. HEX triplet: A5, 87 and 3A. RGB value is (165,135,58). Sum of RGB (Red+Green+Blue) = 165+135+58=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5873A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5873A is #5A78C5. Grayscale: #878787. Windows color (decimal): -5929158 or 3835813. OLE color: 3835813.

HSL color Cylindrical-coordinate representation of color #A5873A: hue angle of 43.18º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5873A is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 135 58 -
CMYK 0 0.18 0.65 0.35
HSL 43.18º 0.48% 0.44% -
HSV(B) 43.18º 0.65% 0.65% -
XYZ 24.94 25.63 7.64 -
YUV 135.19 84.44 149.26 -
System Red Green Blue C M Y K H S L
Decimal 165 135 58 0 0.18 0.65 0.35 43.18 0.48 0.44
Hex A5 87 3A 0 12 41 23 2B 30 2C
Octal 245 207 72 0 22 101 43 53 60 54
Binary 10100101 10000111 111010 0 10010 1000001 100011 101011 110000 101100

Color Harmonies of #A5873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5873A

Black with #A5873A

Text Example


Text Example

White with #A5873A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5873A; }

 p { color: rgb(165,135,58); }

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

background-color css

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

 a { background-color: rgb(165,135,58); }

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

border-color css

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

 span { border-color: rgb(165,135,58); }

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