Html Css Color HEX #A38019 Hacienda

📋 copy color: '#A38019'

red 163 ◦ green 128 ◦ blue 25

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

Shades of Hacienda #A38019

Tints of Hacienda #A38019

RGB

 RED value IS 163 (64.06% from 255) = 51.58%

 GREEN value IS 128 (50.39% from 255) = 40.51%

 BLUE value IS 25 (10.16% from 255) = 7.91%

R = 51.58%
G = 40.51%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A38019 (or 0xA38019) is known color: Hacienda. HEX triplet: A3, 80 and 19. RGB value is (163,128,25). Sum of RGB (Red+Green+Blue) = 163+128+25=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A38019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38019 is #5C7FE6. Grayscale: #7F7F7F. Windows color (decimal): -6062055 or 1671331. OLE color: 1671331.

HSL color Cylindrical-coordinate representation of color #A38019: hue angle of 44.78º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A38019 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 128 25 -
CMYK 0 0.21 0.85 0.36
HSL 44.78º 0.73% 0.37% -
HSV(B) 44.78º 0.85% 0.64% -
XYZ 23 23.3 4.2 -
YUV 126.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 163 128 25 0 0.21 0.85 0.36 44.78 0.73 0.37
Hex A3 80 19 0 15 55 24 2D 49 25
Octal 243 200 31 0 25 125 44 55 111 45
Binary 10100011 10000000 11001 0 10101 1010101 100100 101101 1001001 100101

Color Harmonies of #A38019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38019

Black with #A38019

Text Example


Text Example

White with #A38019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38019; }

 p { color: rgb(163,128,25); }

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

background-color css

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

 a { background-color: rgb(163,128,25); }

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

border-color css

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

 span { border-color: rgb(163,128,25); }

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