Html Css Color HEX #A4691A Golden Brown

📋 copy color: '#A4691A'

red 164 ◦ green 105 ◦ blue 26

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

Shades of Golden Brown #A4691A

Tints of Golden Brown #A4691A

RGB

 RED value IS 164 (64.45% from 255) = 55.59%

 GREEN value IS 105 (41.41% from 255) = 35.59%

 BLUE value IS 26 (10.55% from 255) = 8.81%

R = 55.59%
G = 35.59%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4691A (or 0xA4691A) is known color: Golden Brown. HEX triplet: A4, 69 and 1A. RGB value is (164,105,26). Sum of RGB (Red+Green+Blue) = 164+105+26=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A4691A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4691A is #5B96E5. Grayscale: #727272. Windows color (decimal): -6002406 or 1730980. OLE color: 1730980.

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

Color convert

RGB 164 105 26 -
CMYK 0 0.36 0.84 0.36
HSL 34.35º 0.73% 0.37% -
HSV(B) 34.35º 0.84% 0.64% -
XYZ 20.55 18.07 3.38 -
YUV 113.64 78.55 163.92 -
System Red Green Blue C M Y K H S L
Decimal 164 105 26 0 0.36 0.84 0.36 34.35 0.73 0.37
Hex A4 69 1A 0 24 54 24 22 49 25
Octal 244 151 32 0 44 124 44 42 111 45
Binary 10100100 1101001 11010 0 100100 1010100 100100 100010 1001001 100101

Color Harmonies of #A4691A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4691A

Black with #A4691A

Text Example


Text Example

White with #A4691A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4691A; }

 p { color: rgb(164,105,26); }

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

background-color css

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

 a { background-color: rgb(164,105,26); }

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

border-color css

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

 span { border-color: rgb(164,105,26); }

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