Html Css Color HEX #A38222 Hacienda

📋 copy color: '#A38222'

red 163 ◦ green 130 ◦ blue 34

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

Shades of Hacienda #A38222

Tints of Hacienda #A38222

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.76%

 BLUE value IS 34 (13.67% from 255) = 10.4%

R = 49.85%
G = 39.76%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A38222 (or 0xA38222) is known color: Hacienda. HEX triplet: A3, 82 and 22. RGB value is (163,130,34). Sum of RGB (Red+Green+Blue) = 163+130+34=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A38222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38222 is #5C7DDD. Grayscale: #818181. Windows color (decimal): -6061534 or 2261667. OLE color: 2261667.

HSL color Cylindrical-coordinate representation of color #A38222: hue angle of 44.65º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A38222 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 130 34 -
CMYK 0 0.20 0.79 0.36
HSL 44.65º 0.65% 0.39% -
HSV(B) 44.65º 0.79% 0.64% -
XYZ 23.38 23.87 4.89 -
YUV 128.92 74.43 152.31 -
System Red Green Blue C M Y K H S L
Decimal 163 130 34 0 0.20 0.79 0.36 44.65 0.65 0.39
Hex A3 82 22 0 14 4F 24 2D 41 27
Octal 243 202 42 0 24 117 44 55 101 47
Binary 10100011 10000010 100010 0 10100 1001111 100100 101101 1000001 100111

Color Harmonies of #A38222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38222

Black with #A38222

Text Example


Text Example

White with #A38222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38222; }

 p { color: rgb(163,130,34); }

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

background-color css

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

 a { background-color: rgb(163,130,34); }

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

border-color css

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

 span { border-color: rgb(163,130,34); }

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