Html Css Color HEX #A38D25 Hacienda

📋 copy color: '#A38D25'

red 163 ◦ green 141 ◦ blue 37

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

Shades of Hacienda #A38D25

Tints of Hacienda #A38D25

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.35%

 BLUE value IS 37 (14.84% from 255) = 10.85%

R = 47.8%
G = 41.35%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A38D25 (or 0xA38D25) is known color: Hacienda. HEX triplet: A3, 8D and 25. RGB value is (163,141,37). Sum of RGB (Red+Green+Blue) = 163+141+37=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D25 is #5C72DA. Grayscale: #888888. Windows color (decimal): -6058715 or 2461091. OLE color: 2461091.

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

Color convert

RGB 163 141 37 -
CMYK 0 0.13 0.77 0.36
HSL 49.52º 0.63% 0.39% -
HSV(B) 49.52º 0.77% 0.64% -
XYZ 24.96 26.97 5.64 -
YUV 135.72 72.29 147.46 -
System Red Green Blue C M Y K H S L
Decimal 163 141 37 0 0.13 0.77 0.36 49.52 0.63 0.39
Hex A3 8D 25 0 D 4D 24 32 3F 27
Octal 243 215 45 0 15 115 44 62 77 47
Binary 10100011 10001101 100101 0 1101 1001101 100100 110010 111111 100111

Color Harmonies of #A38D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D25

Black with #A38D25

Text Example


Text Example

White with #A38D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D25; }

 p { color: rgb(163,141,37); }

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

background-color css

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

 a { background-color: rgb(163,141,37); }

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

border-color css

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

 span { border-color: rgb(163,141,37); }

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