Html Css Color HEX #A8912A Reef Gold

📋 copy color: '#A8912A'

red 168 ◦ green 145 ◦ blue 42

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

Shades of Reef Gold #A8912A

Tints of Reef Gold #A8912A

RGB

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

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

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

R = 47.32%
G = 40.85%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8912A (or 0xA8912A) is known color: Reef Gold. HEX triplet: A8, 91 and 2A. RGB value is (168,145,42). Sum of RGB (Red+Green+Blue) = 168+145+42=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A8912A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8912A is #576ED5. Grayscale: #8C8C8C. Windows color (decimal): -5730006 or 2789800. OLE color: 2789800.

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

Color convert

RGB 168 145 42 -
CMYK 0 0.14 0.75 0.34
HSL 49.05º 0.6% 0.41% -
HSV(B) 49.05º 0.75% 0.66% -
XYZ 26.69 28.74 6.33 -
YUV 140.14 72.62 147.88 -
System Red Green Blue C M Y K H S L
Decimal 168 145 42 0 0.14 0.75 0.34 49.05 0.6 0.41
Hex A8 91 2A 0 E 4B 22 31 3C 29
Octal 250 221 52 0 16 113 42 61 74 51
Binary 10101000 10010001 101010 0 1110 1001011 100010 110001 111100 101001

Color Harmonies of #A8912A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8912A

Black with #A8912A

Text Example


Text Example

White with #A8912A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8912A; }

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

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

background-color css

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

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

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

border-color css

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

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

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