Html Css Color HEX #A38015 Hacienda

📋 copy color: '#A38015'

red 163 ◦ green 128 ◦ blue 21

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

Shades of Hacienda #A38015

Tints of Hacienda #A38015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 52.24%
G = 41.03%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A38015 (or 0xA38015) is known color: Hacienda. HEX triplet: A3, 80 and 15. RGB value is (163,128,21). Sum of RGB (Red+Green+Blue) = 163+128+21=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A38015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38015 is #5C7FEA. Grayscale: #7E7E7E. Windows color (decimal): -6062059 or 1409187. OLE color: 1409187.

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

Color convert

RGB 163 128 21 -
CMYK 0 0.21 0.87 0.36
HSL 45.21º 0.77% 0.36% -
HSV(B) 45.21º 0.87% 0.64% -
XYZ 22.96 23.28 3.99 -
YUV 126.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 163 128 21 0 0.21 0.87 0.36 45.21 0.77 0.36
Hex A3 80 15 0 15 57 24 2D 4D 24
Octal 243 200 25 0 25 127 44 55 115 44
Binary 10100011 10000000 10101 0 10101 1010111 100100 101101 1001101 100100

Color Harmonies of #A38015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38015

Black with #A38015

Text Example


Text Example

White with #A38015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38015; }

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

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

background-color css

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

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

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

border-color css

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

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

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