Html Css Color HEX #A4932D Reef Gold

📋 copy color: '#A4932D'

red 164 ◦ green 147 ◦ blue 45

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

Shades of Reef Gold #A4932D

Tints of Reef Gold #A4932D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.29%

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

R = 46.07%
G = 41.29%
B = 12.64%

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

#A4932D (or 0xA4932D) is known color: Reef Gold. HEX triplet: A4, 93 and 2D. RGB value is (164,147,45). Sum of RGB (Red+Green+Blue) = 164+147+45=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A4932D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4932D is #5B6CD2. Grayscale: #8C8C8C. Windows color (decimal): -5991635 or 2986916. OLE color: 2986916.

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

Color convert

RGB 164 147 45 -
CMYK 0 0.10 0.73 0.36
HSL 51.43º 0.57% 0.41% -
HSV(B) 51.43º 0.73% 0.64% -
XYZ 26.22 28.95 6.69 -
YUV 140.46 74.13 144.79 -
System Red Green Blue C M Y K H S L
Decimal 164 147 45 0 0.10 0.73 0.36 51.43 0.57 0.41
Hex A4 93 2D 0 A 49 24 33 39 29
Octal 244 223 55 0 12 111 44 63 71 51
Binary 10100100 10010011 101101 0 1010 1001001 100100 110011 111001 101001

Color Harmonies of #A4932D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4932D

Black with #A4932D

Text Example


Text Example

White with #A4932D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4932D; }

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

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

background-color css

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

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

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

border-color css

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

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

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