Html Css Color HEX #A38622 Hacienda

📋 copy color: '#A38622'

red 163 ◦ green 134 ◦ blue 34

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

Shades of Hacienda #A38622

Tints of Hacienda #A38622

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

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

R = 49.24%
G = 40.48%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A38622 (or 0xA38622) is known color: Hacienda. HEX triplet: A3, 86 and 22. RGB value is (163,134,34). Sum of RGB (Red+Green+Blue) = 163+134+34=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A38622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38622 is #5C79DD. Grayscale: #838383. Windows color (decimal): -6060510 or 2262691. OLE color: 2262691.

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

Color convert

RGB 163 134 34 -
CMYK 0 0.18 0.79 0.36
HSL 46.51º 0.65% 0.39% -
HSV(B) 46.51º 0.79% 0.64% -
XYZ 23.92 24.95 5.07 -
YUV 131.27 73.11 150.63 -
System Red Green Blue C M Y K H S L
Decimal 163 134 34 0 0.18 0.79 0.36 46.51 0.65 0.39
Hex A3 86 22 0 12 4F 24 2F 41 27
Octal 243 206 42 0 22 117 44 57 101 47
Binary 10100011 10000110 100010 0 10010 1001111 100100 101111 1000001 100111

Color Harmonies of #A38622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38622

Black with #A38622

Text Example


Text Example

White with #A38622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38622; }

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

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

background-color css

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

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

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

border-color css

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

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

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