Html Css Color HEX #A46F1B Golden Brown

📋 copy color: '#A46F1B'

red 164 ◦ green 111 ◦ blue 27

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

Shades of Golden Brown #A46F1B

Tints of Golden Brown #A46F1B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.75%

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

R = 54.3%
G = 36.75%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A46F1B (or 0xA46F1B) is known color: Golden Brown. HEX triplet: A4, 6F and 1B. RGB value is (164,111,27). Sum of RGB (Red+Green+Blue) = 164+111+27=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F1B is #5B90E4. Grayscale: #757575. Windows color (decimal): -6000869 or 1798052. OLE color: 1798052.

HSL color Cylindrical-coordinate representation of color #A46F1B: hue angle of 36.79º degrees, saturation: 0.72, 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 #A46F1B is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 111 27 -
CMYK 0 0.32 0.84 0.36
HSL 36.79º 0.72% 0.37% -
HSV(B) 36.79º 0.84% 0.64% -
XYZ 21.19 19.34 3.65 -
YUV 117.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 164 111 27 0 0.32 0.84 0.36 36.79 0.72 0.37
Hex A4 6F 1B 0 20 54 24 25 48 25
Octal 244 157 33 0 40 124 44 45 110 45
Binary 10100100 1101111 11011 0 100000 1010100 100100 100101 1001000 100101

Color Harmonies of #A46F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F1B

Black with #A46F1B

Text Example


Text Example

White with #A46F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F1B; }

 p { color: rgb(164,111,27); }

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

background-color css

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

 a { background-color: rgb(164,111,27); }

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

border-color css

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

 span { border-color: rgb(164,111,27); }

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