Html Css Color HEX #A8912C Reef Gold

📋 copy color: '#A8912C'

red 168 ◦ green 145 ◦ blue 44

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

Shades of Reef Gold #A8912C

Tints of Reef Gold #A8912C

RGB

 RED value IS 168 (66.02% from 255) = 47.06%

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

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

R = 47.06%
G = 40.62%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8912C (or 0xA8912C) is known color: Reef Gold. HEX triplet: A8, 91 and 2C. RGB value is (168,145,44). Sum of RGB (Red+Green+Blue) = 168+145+44=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A8912C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8912C is #576ED3. Grayscale: #8C8C8C. Windows color (decimal): -5730004 or 2920872. OLE color: 2920872.

HSL color Cylindrical-coordinate representation of color #A8912C: hue angle of 48.87º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8912C is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 145 44 -
CMYK 0 0.14 0.74 0.34
HSL 48.87º 0.58% 0.42% -
HSV(B) 48.87º 0.74% 0.66% -
XYZ 26.73 28.76 6.52 -
YUV 140.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 168 145 44 0 0.14 0.74 0.34 48.87 0.58 0.42
Hex A8 91 2C 0 E 4A 22 31 3A 2A
Octal 250 221 54 0 16 112 42 61 72 52
Binary 10101000 10010001 101100 0 1110 1001010 100010 110001 111010 101010

Color Harmonies of #A8912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8912C

Black with #A8912C

Text Example


Text Example

White with #A8912C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8912C; }

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

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

background-color css

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

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

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

border-color css

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

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

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