Html Css Color HEX #A18234 Reef Gold

📋 copy color: '#A18234'

red 161 ◦ green 130 ◦ blue 52

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

Shades of Reef Gold #A18234

Tints of Reef Gold #A18234

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.9%

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

R = 46.94%
G = 37.9%
B = 15.16%

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

#A18234 (or 0xA18234) is known color: Reef Gold. HEX triplet: A1, 82 and 34. RGB value is (161,130,52). Sum of RGB (Red+Green+Blue) = 161+130+52=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A18234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18234 is #5E7DCB. Grayscale: #828282. Windows color (decimal): -6192588 or 3441313. OLE color: 3441313.

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

Color convert

RGB 161 130 52 -
CMYK 0 0.19 0.68 0.37
HSL 42.94º 0.51% 0.42% -
HSV(B) 42.94º 0.68% 0.63% -
XYZ 23.3 23.79 6.61 -
YUV 130.38 83.77 149.84 -
System Red Green Blue C M Y K H S L
Decimal 161 130 52 0 0.19 0.68 0.37 42.94 0.51 0.42
Hex A1 82 34 0 13 44 25 2B 33 2A
Octal 241 202 64 0 23 104 45 53 63 52
Binary 10100001 10000010 110100 0 10011 1000100 100101 101011 110011 101010

Color Harmonies of #A18234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18234

Black with #A18234

Text Example


Text Example

White with #A18234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18234; }

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

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

background-color css

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

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

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

border-color css

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

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

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