Html Css Color HEX #A37B1B Hacienda

📋 copy color: '#A37B1B'

red 163 ◦ green 123 ◦ blue 27

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

Shades of Hacienda #A37B1B

Tints of Hacienda #A37B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 52.08%
G = 39.3%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A37B1B (or 0xA37B1B) is known color: Hacienda. HEX triplet: A3, 7B and 1B. RGB value is (163,123,27). Sum of RGB (Red+Green+Blue) = 163+123+27=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37B1B is #5C84E4. Grayscale: #7C7C7C. Windows color (decimal): -6063333 or 1801123. OLE color: 1801123.

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

Color convert

RGB 163 123 27 -
CMYK 0 0.25 0.83 0.36
HSL 42.35º 0.72% 0.37% -
HSV(B) 42.35º 0.83% 0.64% -
XYZ 22.39 22.03 4.11 -
YUV 124.02 73.25 155.81 -
System Red Green Blue C M Y K H S L
Decimal 163 123 27 0 0.25 0.83 0.36 42.35 0.72 0.37
Hex A3 7B 1B 0 19 53 24 2A 48 25
Octal 243 173 33 0 31 123 44 52 110 45
Binary 10100011 1111011 11011 0 11001 1010011 100100 101010 1001000 100101

Color Harmonies of #A37B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B1B

Black with #A37B1B

Text Example


Text Example

White with #A37B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B1B; }

 p { color: rgb(163,123,27); }

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

background-color css

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

 a { background-color: rgb(163,123,27); }

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

border-color css

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

 span { border-color: rgb(163,123,27); }

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