Html Css Color HEX #A68F37 Reef Gold

📋 copy color: '#A68F37'

red 166 ◦ green 143 ◦ blue 55

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

Shades of Reef Gold #A68F37

Tints of Reef Gold #A68F37

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.29%

 BLUE value IS 55 (21.88% from 255) = 15.11%

R = 45.6%
G = 39.29%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A68F37 (or 0xA68F37) is known color: Reef Gold. HEX triplet: A6, 8F and 37. RGB value is (166,143,55). Sum of RGB (Red+Green+Blue) = 166+143+55=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68F37 is #5970C8. Grayscale: #8C8C8C. Windows color (decimal): -5861577 or 3641254. OLE color: 3641254.

HSL color Cylindrical-coordinate representation of color #A68F37: hue angle of 47.57º degrees, saturation: 0.5, 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 #A68F37 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 143 55 -
CMYK 0 0.14 0.67 0.35
HSL 47.57º 0.5% 0.43% -
HSV(B) 47.57º 0.67% 0.65% -
XYZ 26.24 28.03 7.64 -
YUV 139.85 80.12 146.66 -
System Red Green Blue C M Y K H S L
Decimal 166 143 55 0 0.14 0.67 0.35 47.57 0.5 0.43
Hex A6 8F 37 0 E 43 23 30 32 2B
Octal 246 217 67 0 16 103 43 60 62 53
Binary 10100110 10001111 110111 0 1110 1000011 100011 110000 110010 101011

Color Harmonies of #A68F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68F37

Black with #A68F37

Text Example


Text Example

White with #A68F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68F37; }

 p { color: rgb(166,143,55); }

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

background-color css

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

 a { background-color: rgb(166,143,55); }

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

border-color css

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

 span { border-color: rgb(166,143,55); }

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