Html Css Color HEX #A3802B Hacienda

📋 copy color: '#A3802B'

red 163 ◦ green 128 ◦ blue 43

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

Shades of Hacienda #A3802B

Tints of Hacienda #A3802B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

 BLUE value IS 43 (17.19% from 255) = 12.87%

R = 48.8%
G = 38.32%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3802B (or 0xA3802B) is known color: Hacienda. HEX triplet: A3, 80 and 2B. RGB value is (163,128,43). Sum of RGB (Red+Green+Blue) = 163+128+43=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A3802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3802B is #5C7FD4. Grayscale: #818181. Windows color (decimal): -6062037 or 2850979. OLE color: 2850979.

HSL color Cylindrical-coordinate representation of color #A3802B: hue angle of 42.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3802B is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 128 43 -
CMYK 0 0.21 0.74 0.36
HSL 42.5º 0.58% 0.4% -
HSV(B) 42.5º 0.74% 0.64% -
XYZ 23.26 23.4 5.58 -
YUV 128.78 79.6 152.41 -
System Red Green Blue C M Y K H S L
Decimal 163 128 43 0 0.21 0.74 0.36 42.5 0.58 0.4
Hex A3 80 2B 0 15 4A 24 2A 3A 28
Octal 243 200 53 0 25 112 44 52 72 50
Binary 10100011 10000000 101011 0 10101 1001010 100100 101010 111010 101000

Color Harmonies of #A3802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3802B

Black with #A3802B

Text Example


Text Example

White with #A3802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3802B; }

 p { color: rgb(163,128,43); }

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

background-color css

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

 a { background-color: rgb(163,128,43); }

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

border-color css

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

 span { border-color: rgb(163,128,43); }

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