Html Css Color HEX #A3890F Hacienda

📋 copy color: '#A3890F'

red 163 ◦ green 137 ◦ blue 15

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

Shades of Hacienda #A3890F

Tints of Hacienda #A3890F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.49%

 BLUE value IS 15 (6.25% from 255) = 4.76%

R = 51.75%
G = 43.49%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3890F (or 0xA3890F) is known color: Hacienda. HEX triplet: A3, 89 and 0F. RGB value is (163,137,15). Sum of RGB (Red+Green+Blue) = 163+137+15=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A3890F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3890F is #5C76F0. Grayscale: #838383. Windows color (decimal): -6059761 or 1018275. OLE color: 1018275.

HSL color Cylindrical-coordinate representation of color #A3890F: hue angle of 49.46º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3890F is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 137 15 -
CMYK 0 0.16 0.91 0.36
HSL 49.46º 0.83% 0.35% -
HSV(B) 49.46º 0.91% 0.64% -
XYZ 24.14 25.71 4.14 -
YUV 130.87 62.61 150.92 -
System Red Green Blue C M Y K H S L
Decimal 163 137 15 0 0.16 0.91 0.36 49.46 0.83 0.35
Hex A3 89 F 0 10 5B 24 31 53 23
Octal 243 211 17 0 20 133 44 61 123 43
Binary 10100011 10001001 1111 0 10000 1011011 100100 110001 1010011 100011

Color Harmonies of #A3890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3890F

Black with #A3890F

Text Example


Text Example

White with #A3890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3890F; }

 p { color: rgb(163,137,15); }

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

background-color css

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

 a { background-color: rgb(163,137,15); }

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

border-color css

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

 span { border-color: rgb(163,137,15); }

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