Html Css Color HEX #A19534 Reef Gold

📋 copy color: '#A19534'

red 161 ◦ green 149 ◦ blue 52

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

Shades of Reef Gold #A19534

Tints of Reef Gold #A19534

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.16%

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

R = 44.48%
G = 41.16%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A19534 (or 0xA19534) is known color: Reef Gold. HEX triplet: A1, 95 and 34. RGB value is (161,149,52). Sum of RGB (Red+Green+Blue) = 161+149+52=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A19534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19534 is #5E6ACB. Grayscale: #8D8D8D. Windows color (decimal): -6187724 or 3446177. OLE color: 3446177.

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

Color convert

RGB 161 149 52 -
CMYK 0 0.07 0.68 0.37
HSL 53.39º 0.51% 0.42% -
HSV(B) 53.39º 0.68% 0.63% -
XYZ 26.07 29.32 7.53 -
YUV 141.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 161 149 52 0 0.07 0.68 0.37 53.39 0.51 0.42
Hex A1 95 34 0 7 44 25 35 33 2A
Octal 241 225 64 0 7 104 45 65 63 52
Binary 10100001 10010101 110100 0 111 1000100 100101 110101 110011 101010

Color Harmonies of #A19534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19534

Black with #A19534

Text Example


Text Example

White with #A19534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19534; }

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

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

background-color css

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

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

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

border-color css

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

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

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