Html Css Color HEX #A38717 Hacienda

📋 copy color: '#A38717'

red 163 ◦ green 135 ◦ blue 23

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

Shades of Hacienda #A38717

Tints of Hacienda #A38717

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.06%

 BLUE value IS 23 (9.38% from 255) = 7.17%

R = 50.78%
G = 42.06%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A38717 (or 0xA38717) is known color: Hacienda. HEX triplet: A3, 87 and 17. RGB value is (163,135,23). Sum of RGB (Red+Green+Blue) = 163+135+23=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A38717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38717 is #5C78E8. Grayscale: #838383. Windows color (decimal): -6060265 or 1542051. OLE color: 1542051.

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

Color convert

RGB 163 135 23 -
CMYK 0 0.17 0.86 0.36
HSL 48º 0.75% 0.36% -
HSV(B) 48º 0.86% 0.64% -
XYZ 23.92 25.18 4.41 -
YUV 130.6 67.28 151.11 -
System Red Green Blue C M Y K H S L
Decimal 163 135 23 0 0.17 0.86 0.36 48 0.75 0.36
Hex A3 87 17 0 11 56 24 30 4B 24
Octal 243 207 27 0 21 126 44 60 113 44
Binary 10100011 10000111 10111 0 10001 1010110 100100 110000 1001011 100100

Color Harmonies of #A38717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38717

Black with #A38717

Text Example


Text Example

White with #A38717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38717; }

 p { color: rgb(163,135,23); }

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

background-color css

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

 a { background-color: rgb(163,135,23); }

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

border-color css

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

 span { border-color: rgb(163,135,23); }

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