Html Css Color HEX #A68C39 Reef Gold

📋 copy color: '#A68C39'

red 166 ◦ green 140 ◦ blue 57

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

Shades of Reef Gold #A68C39

Tints of Reef Gold #A68C39

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.57%

 BLUE value IS 57 (22.66% from 255) = 15.7%

R = 45.73%
G = 38.57%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A68C39 (or 0xA68C39) is known color: Reef Gold. HEX triplet: A6, 8C and 39. RGB value is (166,140,57). Sum of RGB (Red+Green+Blue) = 166+140+57=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C39 is #5973C6. Grayscale: #8A8A8A. Windows color (decimal): -5862343 or 3771558. OLE color: 3771558.

HSL color Cylindrical-coordinate representation of color #A68C39: hue angle of 45.69º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A68C39 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 140 57 -
CMYK 0 0.16 0.66 0.35
HSL 45.69º 0.49% 0.44% -
HSV(B) 45.69º 0.66% 0.65% -
XYZ 25.84 27.16 7.75 -
YUV 138.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 166 140 57 0 0.16 0.66 0.35 45.69 0.49 0.44
Hex A6 8C 39 0 10 42 23 2E 31 2C
Octal 246 214 71 0 20 102 43 56 61 54
Binary 10100110 10001100 111001 0 10000 1000010 100011 101110 110001 101100

Color Harmonies of #A68C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C39

Black with #A68C39

Text Example


Text Example

White with #A68C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C39; }

 p { color: rgb(166,140,57); }

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

background-color css

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

 a { background-color: rgb(166,140,57); }

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

border-color css

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

 span { border-color: rgb(166,140,57); }

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