Html Css Color HEX #A49335 Reef Gold

📋 copy color: '#A49335'

red 164 ◦ green 147 ◦ blue 53

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

Shades of Reef Gold #A49335

Tints of Reef Gold #A49335

RGB

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

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

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

R = 45.05%
G = 40.38%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A49335 (or 0xA49335) is known color: Reef Gold. HEX triplet: A4, 93 and 35. RGB value is (164,147,53). Sum of RGB (Red+Green+Blue) = 164+147+53=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A49335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49335 is #5B6CCA. Grayscale: #8D8D8D. Windows color (decimal): -5991627 or 3511204. OLE color: 3511204.

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

Color convert

RGB 164 147 53 -
CMYK 0 0.10 0.68 0.36
HSL 50.81º 0.51% 0.43% -
HSV(B) 50.81º 0.68% 0.64% -
XYZ 26.39 29.02 7.58 -
YUV 141.37 78.13 144.14 -
System Red Green Blue C M Y K H S L
Decimal 164 147 53 0 0.10 0.68 0.36 50.81 0.51 0.43
Hex A4 93 35 0 A 44 24 33 33 2B
Octal 244 223 65 0 12 104 44 63 63 53
Binary 10100100 10010011 110101 0 1010 1000100 100100 110011 110011 101011

Color Harmonies of #A49335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49335

Black with #A49335

Text Example


Text Example

White with #A49335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49335; }

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

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

background-color css

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

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

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

border-color css

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

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

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