Html Css Color HEX #A4902D Reef Gold

📋 copy color: '#A4902D'

red 164 ◦ green 144 ◦ blue 45

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

Shades of Reef Gold #A4902D

Tints of Reef Gold #A4902D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.79%

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

R = 46.46%
G = 40.79%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4902D (or 0xA4902D) is known color: Reef Gold. HEX triplet: A4, 90 and 2D. RGB value is (164,144,45). Sum of RGB (Red+Green+Blue) = 164+144+45=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A4902D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4902D is #5B6FD2. Grayscale: #8B8B8B. Windows color (decimal): -5992403 or 2986148. OLE color: 2986148.

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

Color convert

RGB 164 144 45 -
CMYK 0 0.12 0.73 0.36
HSL 49.92º 0.57% 0.41% -
HSV(B) 49.92º 0.73% 0.64% -
XYZ 25.76 28.03 6.54 -
YUV 138.69 75.13 146.05 -
System Red Green Blue C M Y K H S L
Decimal 164 144 45 0 0.12 0.73 0.36 49.92 0.57 0.41
Hex A4 90 2D 0 C 49 24 32 39 29
Octal 244 220 55 0 14 111 44 62 71 51
Binary 10100100 10010000 101101 0 1100 1001001 100100 110010 111001 101001

Color Harmonies of #A4902D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4902D

Black with #A4902D

Text Example


Text Example

White with #A4902D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4902D; }

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

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

background-color css

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

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

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

border-color css

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

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

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