Html Css Color HEX #A68630 Reef Gold

📋 copy color: '#A68630'

red 166 ◦ green 134 ◦ blue 48

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

Shades of Reef Gold #A68630

Tints of Reef Gold #A68630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.79%

R = 47.7%
G = 38.51%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A68630 (or 0xA68630) is known color: Reef Gold. HEX triplet: A6, 86 and 30. RGB value is (166,134,48). Sum of RGB (Red+Green+Blue) = 166+134+48=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A68630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68630 is #5979CF. Grayscale: #868686. Windows color (decimal): -5863888 or 3180198. OLE color: 3180198.

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

Color convert

RGB 166 134 48 -
CMYK 0 0.19 0.71 0.35
HSL 43.73º 0.55% 0.42% -
HSV(B) 43.73º 0.71% 0.65% -
XYZ 24.78 25.37 6.39 -
YUV 133.76 79.6 150.99 -
System Red Green Blue C M Y K H S L
Decimal 166 134 48 0 0.19 0.71 0.35 43.73 0.55 0.42
Hex A6 86 30 0 13 47 23 2C 37 2A
Octal 246 206 60 0 23 107 43 54 67 52
Binary 10100110 10000110 110000 0 10011 1000111 100011 101100 110111 101010

Color Harmonies of #A68630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68630

Black with #A68630

Text Example


Text Example

White with #A68630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68630; }

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

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

background-color css

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

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

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

border-color css

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

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

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