Html Css Color HEX #A67B1E Hacienda

📋 copy color: '#A67B1E'

red 166 ◦ green 123 ◦ blue 30

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

Shades of Hacienda #A67B1E

Tints of Hacienda #A67B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 52.04%
G = 38.56%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A67B1E (or 0xA67B1E) is known color: Hacienda. HEX triplet: A6, 7B and 1E. RGB value is (166,123,30). Sum of RGB (Red+Green+Blue) = 166+123+30=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67B1E is #5984E1. Grayscale: #7D7D7D. Windows color (decimal): -5866722 or 1997734. OLE color: 1997734.

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

Color convert

RGB 166 123 30 -
CMYK 0 0.26 0.82 0.35
HSL 41.03º 0.69% 0.38% -
HSV(B) 41.03º 0.82% 0.65% -
XYZ 23.04 22.37 4.33 -
YUV 125.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 166 123 30 0 0.26 0.82 0.35 41.03 0.69 0.38
Hex A6 7B 1E 0 1A 52 23 29 45 26
Octal 246 173 36 0 32 122 43 51 105 46
Binary 10100110 1111011 11110 0 11010 1010010 100011 101001 1000101 100110

Color Harmonies of #A67B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67B1E

Black with #A67B1E

Text Example


Text Example

White with #A67B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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