Html Css Color HEX #A5912C Reef Gold

📋 copy color: '#A5912C'

red 165 ◦ green 145 ◦ blue 44

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

Shades of Reef Gold #A5912C

Tints of Reef Gold #A5912C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.96%

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

R = 46.61%
G = 40.96%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5912C (or 0xA5912C) is known color: Reef Gold. HEX triplet: A5, 91 and 2C. RGB value is (165,145,44). Sum of RGB (Red+Green+Blue) = 165+145+44=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A5912C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5912C is #5A6ED3. Grayscale: #8B8B8B. Windows color (decimal): -5926612 or 2920869. OLE color: 2920869.

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

Color convert

RGB 165 145 44 -
CMYK 0 0.12 0.73 0.35
HSL 50.08º 0.58% 0.41% -
HSV(B) 50.08º 0.73% 0.65% -
XYZ 26.1 28.43 6.5 -
YUV 139.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 165 145 44 0 0.12 0.73 0.35 50.08 0.58 0.41
Hex A5 91 2C 0 C 49 23 32 3A 29
Octal 245 221 54 0 14 111 43 62 72 51
Binary 10100101 10010001 101100 0 1100 1001001 100011 110010 111010 101001

Color Harmonies of #A5912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5912C

Black with #A5912C

Text Example


Text Example

White with #A5912C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5912C; }

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

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

background-color css

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

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

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

border-color css

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

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

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