Html Css Color HEX #A8661E Golden Brown

📋 copy color: '#A8661E'

red 168 ◦ green 102 ◦ blue 30

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

Shades of Golden Brown #A8661E

Tints of Golden Brown #A8661E

RGB

 RED value IS 168 (66.02% from 255) = 56%

 GREEN value IS 102 (40.23% from 255) = 34%

 BLUE value IS 30 (12.11% from 255) = 10%

R = 56%
G = 34%
B = 10%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8661E (or 0xA8661E) is known color: Golden Brown. HEX triplet: A8, 66 and 1E. RGB value is (168,102,30). Sum of RGB (Red+Green+Blue) = 168+102+30=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8661E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8661E is #5799E1. Grayscale: #717171. Windows color (decimal): -5741026 or 1992360. OLE color: 1992360.

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

Color convert

RGB 168 102 30 -
CMYK 0 0.39 0.82 0.34
HSL 31.3º 0.7% 0.39% -
HSV(B) 31.3º 0.82% 0.66% -
XYZ 21.13 17.92 3.57 -
YUV 113.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 168 102 30 0 0.39 0.82 0.34 31.3 0.7 0.39
Hex A8 66 1E 0 27 52 22 1F 46 27
Octal 250 146 36 0 47 122 42 37 106 47
Binary 10101000 1100110 11110 0 100111 1010010 100010 11111 1000110 100111

Color Harmonies of #A8661E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8661E

Black with #A8661E

Text Example


Text Example

White with #A8661E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8661E; }

 p { color: rgb(168,102,30); }

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

background-color css

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

 a { background-color: rgb(168,102,30); }

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

border-color css

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

 span { border-color: rgb(168,102,30); }

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