Html Css Color HEX #A19438 Reef Gold

📋 copy color: '#A19438'

red 161 ◦ green 148 ◦ blue 56

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

Shades of Reef Gold #A19438

Tints of Reef Gold #A19438

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.55%

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

R = 44.11%
G = 40.55%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A19438 (or 0xA19438) is known color: Reef Gold. HEX triplet: A1, 94 and 38. RGB value is (161,148,56). Sum of RGB (Red+Green+Blue) = 161+148+56=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A19438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19438 is #5E6BC7. Grayscale: #8D8D8D. Windows color (decimal): -6187976 or 3708065. OLE color: 3708065.

HSL color Cylindrical-coordinate representation of color #A19438: hue angle of 52.57º 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 #A19438 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 148 56 -
CMYK 0 0.08 0.65 0.37
HSL 52.57º 0.48% 0.43% -
HSV(B) 52.57º 0.65% 0.63% -
XYZ 26 29.04 7.98 -
YUV 141.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 161 148 56 0 0.08 0.65 0.37 52.57 0.48 0.43
Hex A1 94 38 0 8 41 25 35 30 2B
Octal 241 224 70 0 10 101 45 65 60 53
Binary 10100001 10010100 111000 0 1000 1000001 100101 110101 110000 101011

Color Harmonies of #A19438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19438

Black with #A19438

Text Example


Text Example

White with #A19438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19438; }

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

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

background-color css

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

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

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

border-color css

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

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

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