Html Css Color HEX #A38826 Hacienda

📋 copy color: '#A38826'

red 163 ◦ green 136 ◦ blue 38

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

Shades of Hacienda #A38826

Tints of Hacienda #A38826

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.36%

 BLUE value IS 38 (15.23% from 255) = 11.28%

R = 48.37%
G = 40.36%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A38826 (or 0xA38826) is known color: Hacienda. HEX triplet: A3, 88 and 26. RGB value is (163,136,38). Sum of RGB (Red+Green+Blue) = 163+136+38=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A38826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38826 is #5C77D9. Grayscale: #858585. Windows color (decimal): -6059994 or 2525347. OLE color: 2525347.

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

Color convert

RGB 163 136 38 -
CMYK 0 0.17 0.77 0.36
HSL 47.04º 0.62% 0.39% -
HSV(B) 47.04º 0.77% 0.64% -
XYZ 24.26 25.53 5.48 -
YUV 132.9 74.45 149.47 -
System Red Green Blue C M Y K H S L
Decimal 163 136 38 0 0.17 0.77 0.36 47.04 0.62 0.39
Hex A3 88 26 0 11 4D 24 2F 3E 27
Octal 243 210 46 0 21 115 44 57 76 47
Binary 10100011 10001000 100110 0 10001 1001101 100100 101111 111110 100111

Color Harmonies of #A38826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38826

Black with #A38826

Text Example


Text Example

White with #A38826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38826; }

 p { color: rgb(163,136,38); }

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

background-color css

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

 a { background-color: rgb(163,136,38); }

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

border-color css

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

 span { border-color: rgb(163,136,38); }

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