Html Css Color HEX #A38B1E Hacienda

📋 copy color: '#A38B1E'

red 163 ◦ green 139 ◦ blue 30

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

Shades of Hacienda #A38B1E

Tints of Hacienda #A38B1E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.87%

 BLUE value IS 30 (12.11% from 255) = 9.04%

R = 49.1%
G = 41.87%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A38B1E (or 0xA38B1E) is known color: Hacienda. HEX triplet: A3, 8B and 1E. RGB value is (163,139,30). Sum of RGB (Red+Green+Blue) = 163+139+30=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38B1E is #5C74E1. Grayscale: #868686. Windows color (decimal): -6059234 or 2001827. OLE color: 2001827.

HSL color Cylindrical-coordinate representation of color #A38B1E: hue angle of 49.17º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A38B1E is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 139 30 -
CMYK 0 0.15 0.82 0.36
HSL 49.17º 0.69% 0.38% -
HSV(B) 49.17º 0.82% 0.64% -
XYZ 24.57 26.35 5.02 -
YUV 133.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 163 139 30 0 0.15 0.82 0.36 49.17 0.69 0.38
Hex A3 8B 1E 0 F 52 24 31 45 26
Octal 243 213 36 0 17 122 44 61 105 46
Binary 10100011 10001011 11110 0 1111 1010010 100100 110001 1000101 100110

Color Harmonies of #A38B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B1E

Black with #A38B1E

Text Example


Text Example

White with #A38B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B1E; }

 p { color: rgb(163,139,30); }

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

background-color css

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

 a { background-color: rgb(163,139,30); }

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

border-color css

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

 span { border-color: rgb(163,139,30); }

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