Html Css Color HEX #A88B37 Reef Gold

📋 copy color: '#A88B37'

red 168 ◦ green 139 ◦ blue 55

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

Shades of Reef Gold #A88B37

Tints of Reef Gold #A88B37

RGB

 RED value IS 168 (66.02% from 255) = 46.41%

 GREEN value IS 139 (54.69% from 255) = 38.4%

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

R = 46.41%
G = 38.4%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A88B37 (or 0xA88B37) is known color: Reef Gold. HEX triplet: A8, 8B and 37. RGB value is (168,139,55). Sum of RGB (Red+Green+Blue) = 168+139+55=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88B37 is #5774C8. Grayscale: #8A8A8A. Windows color (decimal): -5731529 or 3640232. OLE color: 3640232.

HSL color Cylindrical-coordinate representation of color #A88B37: hue angle of 44.6º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A88B37 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 139 55 -
CMYK 0 0.17 0.67 0.34
HSL 44.6º 0.51% 0.44% -
HSV(B) 44.6º 0.67% 0.66% -
XYZ 26.07 27.07 7.46 -
YUV 138.1 81.11 149.33 -
System Red Green Blue C M Y K H S L
Decimal 168 139 55 0 0.17 0.67 0.34 44.6 0.51 0.44
Hex A8 8B 37 0 11 43 22 2D 33 2C
Octal 250 213 67 0 21 103 42 55 63 54
Binary 10101000 10001011 110111 0 10001 1000011 100010 101101 110011 101100

Color Harmonies of #A88B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88B37

Black with #A88B37

Text Example


Text Example

White with #A88B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88B37; }

 p { color: rgb(168,139,55); }

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

background-color css

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

 a { background-color: rgb(168,139,55); }

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

border-color css

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

 span { border-color: rgb(168,139,55); }

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