Html Css Color HEX #A49633 Reef Gold

📋 copy color: '#A49633'

red 164 ◦ green 150 ◦ blue 51

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

Shades of Reef Gold #A49633

Tints of Reef Gold #A49633

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.1%

 BLUE value IS 51 (20.31% from 255) = 13.97%

R = 44.93%
G = 41.1%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A49633 (or 0xA49633) is known color: Reef Gold. HEX triplet: A4, 96 and 33. RGB value is (164,150,51). Sum of RGB (Red+Green+Blue) = 164+150+51=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A49633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49633 is #5B69CC. Grayscale: #8F8F8F. Windows color (decimal): -5990861 or 3380900. OLE color: 3380900.

HSL color Cylindrical-coordinate representation of color #A49633: hue angle of 52.57º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A49633 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 150 51 -
CMYK 0 0.09 0.69 0.36
HSL 52.57º 0.53% 0.42% -
HSV(B) 52.57º 0.69% 0.64% -
XYZ 26.81 29.94 7.5 -
YUV 142.9 76.14 143.05 -
System Red Green Blue C M Y K H S L
Decimal 164 150 51 0 0.09 0.69 0.36 52.57 0.53 0.42
Hex A4 96 33 0 9 45 24 35 35 2A
Octal 244 226 63 0 11 105 44 65 65 52
Binary 10100100 10010110 110011 0 1001 1000101 100100 110101 110101 101010

Color Harmonies of #A49633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49633

Black with #A49633

Text Example


Text Example

White with #A49633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49633; }

 p { color: rgb(164,150,51); }

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

background-color css

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

 a { background-color: rgb(164,150,51); }

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

border-color css

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

 span { border-color: rgb(164,150,51); }

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