Html Css Color HEX #A68B1F Hacienda

📋 copy color: '#A68B1F'

red 166 ◦ green 139 ◦ blue 31

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

Shades of Hacienda #A68B1F

Tints of Hacienda #A68B1F

RGB

 RED value IS 166 (65.23% from 255) = 49.4%

 GREEN value IS 139 (54.69% from 255) = 41.37%

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 49.4%
G = 41.37%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A68B1F (or 0xA68B1F) is known color: Hacienda. HEX triplet: A6, 8B and 1F. RGB value is (166,139,31). Sum of RGB (Red+Green+Blue) = 166+139+31=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68B1F is #5974E0. Grayscale: #878787. Windows color (decimal): -5862625 or 2067366. OLE color: 2067366.

HSL color Cylindrical-coordinate representation of color #A68B1F: hue angle of 48º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A68B1F is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 139 31 -
CMYK 0 0.16 0.81 0.35
HSL 48º 0.69% 0.39% -
HSV(B) 48º 0.81% 0.65% -
XYZ 25.21 26.67 5.12 -
YUV 134.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 166 139 31 0 0.16 0.81 0.35 48 0.69 0.39
Hex A6 8B 1F 0 10 51 23 30 45 27
Octal 246 213 37 0 20 121 43 60 105 47
Binary 10100110 10001011 11111 0 10000 1010001 100011 110000 1000101 100111

Color Harmonies of #A68B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68B1F

Black with #A68B1F

Text Example


Text Example

White with #A68B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68B1F; }

 p { color: rgb(166,139,31); }

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

background-color css

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

 a { background-color: rgb(166,139,31); }

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

border-color css

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

 span { border-color: rgb(166,139,31); }

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