Html Css Color HEX #A4942D Reef Gold

📋 copy color: '#A4942D'

red 164 ◦ green 148 ◦ blue 45

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

Shades of Reef Gold #A4942D

Tints of Reef Gold #A4942D

RGB

 RED value IS 164 (64.45% from 255) = 45.94%

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

 BLUE value IS 45 (17.97% from 255) = 12.61%

R = 45.94%
G = 41.46%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4942D (or 0xA4942D) is known color: Reef Gold. HEX triplet: A4, 94 and 2D. RGB value is (164,148,45). Sum of RGB (Red+Green+Blue) = 164+148+45=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A4942D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4942D is #5B6BD2. Grayscale: #8D8D8D. Windows color (decimal): -5991379 or 2987172. OLE color: 2987172.

HSL color Cylindrical-coordinate representation of color #A4942D: hue angle of 51.93º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4942D is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 148 45 -
CMYK 0 0.10 0.73 0.36
HSL 51.93º 0.57% 0.41% -
HSV(B) 51.93º 0.73% 0.64% -
XYZ 26.37 29.26 6.74 -
YUV 141.04 73.8 144.38 -
System Red Green Blue C M Y K H S L
Decimal 164 148 45 0 0.10 0.73 0.36 51.93 0.57 0.41
Hex A4 94 2D 0 A 49 24 34 39 29
Octal 244 224 55 0 12 111 44 64 71 51
Binary 10100100 10010100 101101 0 1010 1001001 100100 110100 111001 101001

Color Harmonies of #A4942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4942D

Black with #A4942D

Text Example


Text Example

White with #A4942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4942D; }

 p { color: rgb(164,148,45); }

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

background-color css

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

 a { background-color: rgb(164,148,45); }

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

border-color css

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

 span { border-color: rgb(164,148,45); }

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