Html Css Color HEX #A38B23 Hacienda

📋 copy color: '#A38B23'

red 163 ◦ green 139 ◦ blue 35

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

Shades of Hacienda #A38B23

Tints of Hacienda #A38B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.39%

R = 48.37%
G = 41.25%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A38B23 (or 0xA38B23) is known color: Hacienda. HEX triplet: A3, 8B and 23. RGB value is (163,139,35). Sum of RGB (Red+Green+Blue) = 163+139+35=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38B23 is #5C74DC. Grayscale: #868686. Windows color (decimal): -6059229 or 2329507. OLE color: 2329507.

HSL color Cylindrical-coordinate representation of color #A38B23: hue angle of 48.75º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A38B23 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 139 35 -
CMYK 0 0.15 0.79 0.36
HSL 48.75º 0.65% 0.39% -
HSV(B) 48.75º 0.79% 0.64% -
XYZ 24.64 26.37 5.38 -
YUV 134.32 71.95 148.46 -
System Red Green Blue C M Y K H S L
Decimal 163 139 35 0 0.15 0.79 0.36 48.75 0.65 0.39
Hex A3 8B 23 0 F 4F 24 31 41 27
Octal 243 213 43 0 17 117 44 61 101 47
Binary 10100011 10001011 100011 0 1111 1001111 100100 110001 1000001 100111

Color Harmonies of #A38B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B23

Black with #A38B23

Text Example


Text Example

White with #A38B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B23; }

 p { color: rgb(163,139,35); }

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

background-color css

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

 a { background-color: rgb(163,139,35); }

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

border-color css

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

 span { border-color: rgb(163,139,35); }

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