Html Css Color HEX #A49C33 Reef Gold

📋 copy color: '#A49C33'

red 164 ◦ green 156 ◦ blue 51

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

Shades of Reef Gold #A49C33

Tints of Reef Gold #A49C33

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.05%

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

R = 44.2%
G = 42.05%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A49C33 (or 0xA49C33) is known color: Reef Gold. HEX triplet: A4, 9C and 33. RGB value is (164,156,51). Sum of RGB (Red+Green+Blue) = 164+156+51=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49C33 is #5B63CC. Grayscale: #929292. Windows color (decimal): -5989325 or 3382436. OLE color: 3382436.

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

Color convert

RGB 164 156 51 -
CMYK 0 0.05 0.69 0.36
HSL 55.75º 0.53% 0.42% -
HSV(B) 55.75º 0.69% 0.64% -
XYZ 27.8 31.91 7.83 -
YUV 146.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 164 156 51 0 0.05 0.69 0.36 55.75 0.53 0.42
Hex A4 9C 33 0 5 45 24 38 35 2A
Octal 244 234 63 0 5 105 44 70 65 52
Binary 10100100 10011100 110011 0 101 1000101 100100 111000 110101 101010

Color Harmonies of #A49C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C33

Black with #A49C33

Text Example


Text Example

White with #A49C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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