Html Css Color HEX #A19338 Reef Gold

📋 copy color: '#A19338'

red 161 ◦ green 147 ◦ blue 56

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

Shades of Reef Gold #A19338

Tints of Reef Gold #A19338

RGB

 RED value IS 161 (63.28% from 255) = 44.23%

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

 BLUE value IS 56 (22.27% from 255) = 15.38%

R = 44.23%
G = 40.38%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A19338 (or 0xA19338) is known color: Reef Gold. HEX triplet: A1, 93 and 38. RGB value is (161,147,56). Sum of RGB (Red+Green+Blue) = 161+147+56=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A19338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19338 is #5E6CC7. Grayscale: #8D8D8D. Windows color (decimal): -6188232 or 3707809. OLE color: 3707809.

HSL color Cylindrical-coordinate representation of color #A19338: hue angle of 52º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A19338 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 147 56 -
CMYK 0 0.09 0.65 0.37
HSL 52º 0.48% 0.43% -
HSV(B) 52º 0.65% 0.63% -
XYZ 25.85 28.73 7.92 -
YUV 140.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 161 147 56 0 0.09 0.65 0.37 52 0.48 0.43
Hex A1 93 38 0 9 41 25 34 30 2B
Octal 241 223 70 0 11 101 45 64 60 53
Binary 10100001 10010011 111000 0 1001 1000001 100101 110100 110000 101011

Color Harmonies of #A19338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19338

Black with #A19338

Text Example


Text Example

White with #A19338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19338; }

 p { color: rgb(161,147,56); }

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

background-color css

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

 a { background-color: rgb(161,147,56); }

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

border-color css

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

 span { border-color: rgb(161,147,56); }

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