Html Css Color HEX #A57B0E Hacienda

📋 copy color: '#A57B0E'

red 165 ◦ green 123 ◦ blue 14

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

Shades of Hacienda #A57B0E

Tints of Hacienda #A57B0E

RGB

 RED value IS 165 (64.84% from 255) = 54.64%

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

 BLUE value IS 14 (5.86% from 255) = 4.64%

R = 54.64%
G = 40.73%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A57B0E (or 0xA57B0E) is known color: Hacienda. HEX triplet: A5, 7B and 0E. RGB value is (165,123,14). Sum of RGB (Red+Green+Blue) = 165+123+14=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57B0E is #5A84F1. Grayscale: #7B7B7B. Windows color (decimal): -5932274 or 949157. OLE color: 949157.

HSL color Cylindrical-coordinate representation of color #A57B0E: hue angle of 43.31º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A57B0E is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 123 14 -
CMYK 0 0.25 0.92 0.35
HSL 43.31º 0.84% 0.35% -
HSV(B) 43.31º 0.92% 0.65% -
XYZ 22.68 22.2 3.5 -
YUV 123.13 66.41 157.86 -
System Red Green Blue C M Y K H S L
Decimal 165 123 14 0 0.25 0.92 0.35 43.31 0.84 0.35
Hex A5 7B E 0 19 5C 23 2B 54 23
Octal 245 173 16 0 31 134 43 53 124 43
Binary 10100101 1111011 1110 0 11001 1011100 100011 101011 1010100 100011

Color Harmonies of #A57B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57B0E

Black with #A57B0E

Text Example


Text Example

White with #A57B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57B0E; }

 p { color: rgb(165,123,14); }

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

background-color css

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

 a { background-color: rgb(165,123,14); }

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

border-color css

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

 span { border-color: rgb(165,123,14); }

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