Html Css Color HEX #A18334 Reef Gold

📋 copy color: '#A18334'

red 161 ◦ green 131 ◦ blue 52

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

Shades of Reef Gold #A18334

Tints of Reef Gold #A18334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.08%

 BLUE value IS 52 (20.7% from 255) = 15.12%

R = 46.8%
G = 38.08%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A18334 (or 0xA18334) is known color: Reef Gold. HEX triplet: A1, 83 and 34. RGB value is (161,131,52). Sum of RGB (Red+Green+Blue) = 161+131+52=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A18334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18334 is #5E7CCB. Grayscale: #838383. Windows color (decimal): -6192332 or 3441569. OLE color: 3441569.

HSL color Cylindrical-coordinate representation of color #A18334: hue angle of 43.49º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A18334 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 131 52 -
CMYK 0 0.19 0.68 0.37
HSL 43.49º 0.51% 0.42% -
HSV(B) 43.49º 0.68% 0.63% -
XYZ 23.43 24.06 6.66 -
YUV 130.96 83.44 149.42 -
System Red Green Blue C M Y K H S L
Decimal 161 131 52 0 0.19 0.68 0.37 43.49 0.51 0.42
Hex A1 83 34 0 13 44 25 2B 33 2A
Octal 241 203 64 0 23 104 45 53 63 52
Binary 10100001 10000011 110100 0 10011 1000100 100101 101011 110011 101010

Color Harmonies of #A18334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18334

Black with #A18334

Text Example


Text Example

White with #A18334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18334; }

 p { color: rgb(161,131,52); }

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

background-color css

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

 a { background-color: rgb(161,131,52); }

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

border-color css

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

 span { border-color: rgb(161,131,52); }

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