Html Css Color HEX #A68636 Reef Gold

📋 copy color: '#A68636'

red 166 ◦ green 134 ◦ blue 54

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

Shades of Reef Gold #A68636

Tints of Reef Gold #A68636

RGB

 RED value IS 166 (65.23% from 255) = 46.89%

 GREEN value IS 134 (52.73% from 255) = 37.85%

 BLUE value IS 54 (21.48% from 255) = 15.25%

R = 46.89%
G = 37.85%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A68636 (or 0xA68636) is known color: Reef Gold. HEX triplet: A6, 86 and 36. RGB value is (166,134,54). Sum of RGB (Red+Green+Blue) = 166+134+54=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A68636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68636 is #5979C9. Grayscale: #868686. Windows color (decimal): -5863882 or 3573414. OLE color: 3573414.

HSL color Cylindrical-coordinate representation of color #A68636: hue angle of 42.86º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A68636 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 134 54 -
CMYK 0 0.19 0.67 0.35
HSL 42.86º 0.51% 0.43% -
HSV(B) 42.86º 0.67% 0.65% -
XYZ 24.92 25.42 7.08 -
YUV 134.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 166 134 54 0 0.19 0.67 0.35 42.86 0.51 0.43
Hex A6 86 36 0 13 43 23 2B 33 2B
Octal 246 206 66 0 23 103 43 53 63 53
Binary 10100110 10000110 110110 0 10011 1000011 100011 101011 110011 101011

Color Harmonies of #A68636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68636

Black with #A68636

Text Example


Text Example

White with #A68636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68636; }

 p { color: rgb(166,134,54); }

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

background-color css

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

 a { background-color: rgb(166,134,54); }

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

border-color css

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

 span { border-color: rgb(166,134,54); }

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