Html Css Color HEX #A5892A Reef Gold

📋 copy color: '#A5892A'

red 165 ◦ green 137 ◦ blue 42

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

Shades of Reef Gold #A5892A

Tints of Reef Gold #A5892A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.83%

 BLUE value IS 42 (16.8% from 255) = 12.21%

R = 47.97%
G = 39.83%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5892A (or 0xA5892A) is known color: Reef Gold. HEX triplet: A5, 89 and 2A. RGB value is (165,137,42). Sum of RGB (Red+Green+Blue) = 165+137+42=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5892A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5892A is #5A76D5. Grayscale: #868686. Windows color (decimal): -5928662 or 2787749. OLE color: 2787749.

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

Color convert

RGB 165 137 42 -
CMYK 0 0.17 0.75 0.35
HSL 46.34º 0.59% 0.41% -
HSV(B) 46.34º 0.75% 0.65% -
XYZ 24.88 26.06 5.91 -
YUV 134.54 75.78 149.72 -
System Red Green Blue C M Y K H S L
Decimal 165 137 42 0 0.17 0.75 0.35 46.34 0.59 0.41
Hex A5 89 2A 0 11 4B 23 2E 3B 29
Octal 245 211 52 0 21 113 43 56 73 51
Binary 10100101 10001001 101010 0 10001 1001011 100011 101110 111011 101001

Color Harmonies of #A5892A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5892A

Black with #A5892A

Text Example


Text Example

White with #A5892A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5892A; }

 p { color: rgb(165,137,42); }

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

background-color css

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

 a { background-color: rgb(165,137,42); }

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

border-color css

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

 span { border-color: rgb(165,137,42); }

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