Html Css Color HEX #A9942E Reef Gold

📋 copy color: '#A9942E'

red 169 ◦ green 148 ◦ blue 46

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

Shades of Reef Gold #A9942E

Tints of Reef Gold #A9942E

RGB

 RED value IS 169 (66.41% from 255) = 46.56%

 GREEN value IS 148 (58.2% from 255) = 40.77%

 BLUE value IS 46 (18.36% from 255) = 12.67%

R = 46.56%
G = 40.77%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A9942E (or 0xA9942E) is known color: Reef Gold. HEX triplet: A9, 94 and 2E. RGB value is (169,148,46). Sum of RGB (Red+Green+Blue) = 169+148+46=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A9942E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9942E is #566BD1. Grayscale: #8F8F8F. Windows color (decimal): -5663698 or 3052713. OLE color: 3052713.

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

Color convert

RGB 169 148 46 -
CMYK 0 0.12 0.73 0.34
HSL 49.76º 0.57% 0.42% -
HSV(B) 49.76º 0.73% 0.66% -
XYZ 27.45 29.81 6.89 -
YUV 142.65 73.46 146.79 -
System Red Green Blue C M Y K H S L
Decimal 169 148 46 0 0.12 0.73 0.34 49.76 0.57 0.42
Hex A9 94 2E 0 C 49 22 32 39 2A
Octal 251 224 56 0 14 111 42 62 71 52
Binary 10101001 10010100 101110 0 1100 1001001 100010 110010 111001 101010

Color Harmonies of #A9942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9942E

Black with #A9942E

Text Example


Text Example

White with #A9942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9942E; }

 p { color: rgb(169,148,46); }

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

background-color css

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

 a { background-color: rgb(169,148,46); }

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

border-color css

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

 span { border-color: rgb(169,148,46); }

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