Html Css Color HEX #A0671C Golden Brown

📋 copy color: '#A0671C'

red 160 ◦ green 103 ◦ blue 28

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

Shades of Golden Brown #A0671C

Tints of Golden Brown #A0671C

RGB

 RED value IS 160 (62.89% from 255) = 54.98%

 GREEN value IS 103 (40.63% from 255) = 35.4%

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 54.98%
G = 35.4%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0671C (or 0xA0671C) is known color: Golden Brown. HEX triplet: A0, 67 and 1C. RGB value is (160,103,28). Sum of RGB (Red+Green+Blue) = 160+103+28=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0671C is #5F98E3. Grayscale: #6F6F6F. Windows color (decimal): -6265060 or 1861536. OLE color: 1861536.

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

Color convert

RGB 160 103 28 -
CMYK 0 0.36 0.82 0.37
HSL 34.09º 0.7% 0.37% -
HSV(B) 34.09º 0.83% 0.63% -
XYZ 19.56 17.26 3.4 -
YUV 111.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 160 103 28 0 0.36 0.82 0.37 34.09 0.7 0.37
Hex A0 67 1C 0 24 52 25 22 46 25
Octal 240 147 34 0 44 122 45 42 106 45
Binary 10100000 1100111 11100 0 100100 1010010 100101 100010 1000110 100101

Color Harmonies of #A0671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0671C

Black with #A0671C

Text Example


Text Example

White with #A0671C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0671C; }

 p { color: rgb(160,103,28); }

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

background-color css

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

 a { background-color: rgb(160,103,28); }

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

border-color css

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

 span { border-color: rgb(160,103,28); }

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