Html Css Color HEX #A49035 Reef Gold

📋 copy color: '#A49035'

red 164 ◦ green 144 ◦ blue 53

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

Shades of Reef Gold #A49035

Tints of Reef Gold #A49035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.68%

R = 45.43%
G = 39.89%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A49035 (or 0xA49035) is known color: Reef Gold. HEX triplet: A4, 90 and 35. RGB value is (164,144,53). Sum of RGB (Red+Green+Blue) = 164+144+53=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A49035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49035 is #5B6FCA. Grayscale: #8B8B8B. Windows color (decimal): -5992395 or 3510436. OLE color: 3510436.

HSL color Cylindrical-coordinate representation of color #A49035: hue angle of 49.19º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A49035 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 144 53 -
CMYK 0 0.12 0.68 0.36
HSL 49.19º 0.51% 0.43% -
HSV(B) 49.19º 0.68% 0.64% -
XYZ 25.93 28.1 7.42 -
YUV 139.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 164 144 53 0 0.12 0.68 0.36 49.19 0.51 0.43
Hex A4 90 35 0 C 44 24 31 33 2B
Octal 244 220 65 0 14 104 44 61 63 53
Binary 10100100 10010000 110101 0 1100 1000100 100100 110001 110011 101011

Color Harmonies of #A49035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49035

Black with #A49035

Text Example


Text Example

White with #A49035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49035; }

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

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

background-color css

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

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

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

border-color css

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

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

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