Html Css Color HEX #A18534 Reef Gold

📋 copy color: '#A18534'

red 161 ◦ green 133 ◦ blue 52

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

Shades of Reef Gold #A18534

Tints of Reef Gold #A18534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.44%

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

R = 46.53%
G = 38.44%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A18534 (or 0xA18534) is known color: Reef Gold. HEX triplet: A1, 85 and 34. RGB value is (161,133,52). Sum of RGB (Red+Green+Blue) = 161+133+52=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A18534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18534 is #5E7ACB. Grayscale: #848484. Windows color (decimal): -6191820 or 3442081. OLE color: 3442081.

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

Color convert

RGB 161 133 52 -
CMYK 0 0.17 0.68 0.37
HSL 44.59º 0.51% 0.42% -
HSV(B) 44.59º 0.68% 0.63% -
XYZ 23.71 24.6 6.75 -
YUV 132.14 82.78 148.59 -
System Red Green Blue C M Y K H S L
Decimal 161 133 52 0 0.17 0.68 0.37 44.59 0.51 0.42
Hex A1 85 34 0 11 44 25 2D 33 2A
Octal 241 205 64 0 21 104 45 55 63 52
Binary 10100001 10000101 110100 0 10001 1000100 100101 101101 110011 101010

Color Harmonies of #A18534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18534

Black with #A18534

Text Example


Text Example

White with #A18534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18534; }

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

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

background-color css

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

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

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

border-color css

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

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

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