Html Css Color HEX #A7631C Golden Brown

📋 copy color: '#A7631C'

red 167 ◦ green 99 ◦ blue 28

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

Shades of Golden Brown #A7631C

Tints of Golden Brown #A7631C

RGB

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

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

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

R = 56.8%
G = 33.67%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A7631C (or 0xA7631C) is known color: Golden Brown. HEX triplet: A7, 63 and 1C. RGB value is (167,99,28). Sum of RGB (Red+Green+Blue) = 167+99+28=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A7631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7631C is #589CE3. Grayscale: #6F6F6F. Windows color (decimal): -5807332 or 1860519. OLE color: 1860519.

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

Color convert

RGB 167 99 28 -
CMYK 0 0.41 0.83 0.35
HSL 30.65º 0.71% 0.38% -
HSV(B) 30.65º 0.83% 0.65% -
XYZ 20.61 17.22 3.34 -
YUV 111.24 81.03 167.77 -
System Red Green Blue C M Y K H S L
Decimal 167 99 28 0 0.41 0.83 0.35 30.65 0.71 0.38
Hex A7 63 1C 0 29 53 23 1F 47 26
Octal 247 143 34 0 51 123 43 37 107 46
Binary 10100111 1100011 11100 0 101001 1010011 100011 11111 1000111 100110

Color Harmonies of #A7631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7631C

Black with #A7631C

Text Example


Text Example

White with #A7631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7631C; }

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

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

background-color css

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

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

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

border-color css

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

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

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