Html Css Color HEX #A7631A Golden Brown

📋 copy color: '#A7631A'

red 167 ◦ green 99 ◦ blue 26

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

Shades of Golden Brown #A7631A

Tints of Golden Brown #A7631A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.9%

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

R = 57.19%
G = 33.9%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7631A (or 0xA7631A) is known color: Golden Brown. HEX triplet: A7, 63 and 1A. RGB value is (167,99,26). Sum of RGB (Red+Green+Blue) = 167+99+26=292 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.19% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 167 - color contains mainly: red. Hex color #A7631A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7631A is #589CE5. Grayscale: #6F6F6F. Windows color (decimal): -5807334 or 1729447. OLE color: 1729447.

HSL color Cylindrical-coordinate representation of color #A7631A: hue angle of 31.06º degrees, saturation: 0.73, 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 #A7631A is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 99 26 -
CMYK 0 0.41 0.84 0.35
HSL 31.06º 0.73% 0.38% -
HSV(B) 31.06º 0.84% 0.65% -
XYZ 20.58 17.21 3.21 -
YUV 111.01 80.03 167.94 -
System Red Green Blue C M Y K H S L
Decimal 167 99 26 0 0.41 0.84 0.35 31.06 0.73 0.38
Hex A7 63 1A 0 29 54 23 1F 49 26
Octal 247 143 32 0 51 124 43 37 111 46
Binary 10100111 1100011 11010 0 101001 1010100 100011 11111 1001001 100110

Color Harmonies of #A7631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7631A

Black with #A7631A

Text Example


Text Example

White with #A7631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7631A; }

 p { color: rgb(167,99,26); }

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

background-color css

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

 a { background-color: rgb(167,99,26); }

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

border-color css

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

 span { border-color: rgb(167,99,26); }

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