Html Css Color HEX #A68C28 Reef Gold

📋 copy color: '#A68C28'

red 166 ◦ green 140 ◦ blue 40

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

Shades of Reef Gold #A68C28

Tints of Reef Gold #A68C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.56%

R = 47.98%
G = 40.46%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A68C28 (or 0xA68C28) is known color: Reef Gold. HEX triplet: A6, 8C and 28. RGB value is (166,140,40). Sum of RGB (Red+Green+Blue) = 166+140+40=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C28 is #5973D7. Grayscale: #888888. Windows color (decimal): -5862360 or 2657446. OLE color: 2657446.

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

Color convert

RGB 166 140 40 -
CMYK 0 0.16 0.76 0.35
HSL 47.62º 0.61% 0.4% -
HSV(B) 47.62º 0.76% 0.65% -
XYZ 25.49 27.02 5.88 -
YUV 136.37 73.61 149.13 -
System Red Green Blue C M Y K H S L
Decimal 166 140 40 0 0.16 0.76 0.35 47.62 0.61 0.4
Hex A6 8C 28 0 10 4C 23 30 3D 28
Octal 246 214 50 0 20 114 43 60 75 50
Binary 10100110 10001100 101000 0 10000 1001100 100011 110000 111101 101000

Color Harmonies of #A68C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C28

Black with #A68C28

Text Example


Text Example

White with #A68C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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