Html Css Color HEX #A7671B Golden Brown

📋 copy color: '#A7671B'

red 167 ◦ green 103 ◦ blue 27

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

Shades of Golden Brown #A7671B

Tints of Golden Brown #A7671B

RGB

 RED value IS 167 (65.63% from 255) = 56.23%

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

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

R = 56.23%
G = 34.68%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7671B (or 0xA7671B) is known color: Golden Brown. HEX triplet: A7, 67 and 1B. RGB value is (167,103,27). Sum of RGB (Red+Green+Blue) = 167+103+27=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A7671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7671B is #5898E4. Grayscale: #717171. Windows color (decimal): -5806309 or 1796007. OLE color: 1796007.

HSL color Cylindrical-coordinate representation of color #A7671B: hue angle of 32.57º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7671B is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 103 27 -
CMYK 0 0.38 0.84 0.35
HSL 32.57º 0.72% 0.38% -
HSV(B) 32.57º 0.84% 0.65% -
XYZ 20.98 18 3.4 -
YUV 113.47 79.2 166.18 -
System Red Green Blue C M Y K H S L
Decimal 167 103 27 0 0.38 0.84 0.35 32.57 0.72 0.38
Hex A7 67 1B 0 26 54 23 21 48 26
Octal 247 147 33 0 46 124 43 41 110 46
Binary 10100111 1100111 11011 0 100110 1010100 100011 100001 1001000 100110

Color Harmonies of #A7671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7671B

Black with #A7671B

Text Example


Text Example

White with #A7671B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7671B; }

 p { color: rgb(167,103,27); }

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

background-color css

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

 a { background-color: rgb(167,103,27); }

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

border-color css

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

 span { border-color: rgb(167,103,27); }

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