Html Css Color HEX #A67B15 Hacienda

📋 copy color: '#A67B15'

red 166 ◦ green 123 ◦ blue 21

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

Shades of Hacienda #A67B15

Tints of Hacienda #A67B15

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.68%

 BLUE value IS 21 (8.59% from 255) = 6.77%

R = 53.55%
G = 39.68%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A67B15 (or 0xA67B15) is known color: Hacienda. HEX triplet: A6, 7B and 15. RGB value is (166,123,21). Sum of RGB (Red+Green+Blue) = 166+123+21=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67B15 is #5984EA. Grayscale: #7C7C7C. Windows color (decimal): -5866731 or 1407910. OLE color: 1407910.

HSL color Cylindrical-coordinate representation of color #A67B15: hue angle of 42.21º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A67B15 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 123 21 -
CMYK 0 0.26 0.87 0.35
HSL 42.21º 0.78% 0.37% -
HSV(B) 42.21º 0.87% 0.65% -
XYZ 22.94 22.33 3.81 -
YUV 124.23 69.75 157.79 -
System Red Green Blue C M Y K H S L
Decimal 166 123 21 0 0.26 0.87 0.35 42.21 0.78 0.37
Hex A6 7B 15 0 1A 57 23 2A 4E 25
Octal 246 173 25 0 32 127 43 52 116 45
Binary 10100110 1111011 10101 0 11010 1010111 100011 101010 1001110 100101

Color Harmonies of #A67B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67B15

Black with #A67B15

Text Example


Text Example

White with #A67B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67B15; }

 p { color: rgb(166,123,21); }

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

background-color css

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

 a { background-color: rgb(166,123,21); }

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

border-color css

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

 span { border-color: rgb(166,123,21); }

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