Html Css Color HEX #A5892C Reef Gold

📋 copy color: '#A5892C'

red 165 ◦ green 137 ◦ blue 44

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

Shades of Reef Gold #A5892C

Tints of Reef Gold #A5892C

RGB

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

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

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

R = 47.69%
G = 39.6%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5892C (or 0xA5892C) is known color: Reef Gold. HEX triplet: A5, 89 and 2C. RGB value is (165,137,44). Sum of RGB (Red+Green+Blue) = 165+137+44=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5892C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5892C is #5A76D3. Grayscale: #878787. Windows color (decimal): -5928660 or 2918821. OLE color: 2918821.

HSL color Cylindrical-coordinate representation of color #A5892C: hue angle of 46.12º 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 #A5892C is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 137 44 -
CMYK 0 0.17 0.73 0.35
HSL 46.12º 0.58% 0.41% -
HSV(B) 46.12º 0.73% 0.65% -
XYZ 24.92 26.07 6.1 -
YUV 134.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 165 137 44 0 0.17 0.73 0.35 46.12 0.58 0.41
Hex A5 89 2C 0 11 49 23 2E 3A 29
Octal 245 211 54 0 21 111 43 56 72 51
Binary 10100101 10001001 101100 0 10001 1001001 100011 101110 111010 101001

Color Harmonies of #A5892C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5892C

Black with #A5892C

Text Example


Text Example

White with #A5892C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5892C; }

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

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

background-color css

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

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

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

border-color css

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

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

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