Html Css Color HEX #A38422 Hacienda

📋 copy color: '#A38422'

red 163 ◦ green 132 ◦ blue 34

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

Shades of Hacienda #A38422

Tints of Hacienda #A38422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 49.54%
G = 40.12%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A38422 (or 0xA38422) is known color: Hacienda. HEX triplet: A3, 84 and 22. RGB value is (163,132,34). Sum of RGB (Red+Green+Blue) = 163+132+34=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A38422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38422 is #5C7BDD. Grayscale: #828282. Windows color (decimal): -6061022 or 2262179. OLE color: 2262179.

HSL color Cylindrical-coordinate representation of color #A38422: hue angle of 45.58º 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 #A38422 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 132 34 -
CMYK 0 0.19 0.79 0.36
HSL 45.58º 0.65% 0.39% -
HSV(B) 45.58º 0.79% 0.64% -
XYZ 23.64 24.4 4.98 -
YUV 130.1 73.77 151.47 -
System Red Green Blue C M Y K H S L
Decimal 163 132 34 0 0.19 0.79 0.36 45.58 0.65 0.39
Hex A3 84 22 0 13 4F 24 2E 41 27
Octal 243 204 42 0 23 117 44 56 101 47
Binary 10100011 10000100 100010 0 10011 1001111 100100 101110 1000001 100111

Color Harmonies of #A38422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38422

Black with #A38422

Text Example


Text Example

White with #A38422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38422; }

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

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

background-color css

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

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

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

border-color css

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

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

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